{% extends "django_render/bootstrap.html" %} {% comment %} Use this file to override the default bootstrap.html template. The boostrap.html template is used to render the initial response from the server. ------------------------------------ Adding custom code to header or body ------------------------------------ To add custom code to the header or body, use the following blocks: - extra_head: add code to the header - extra_body: add code to the body ------------------------------- Customising the loading spinner ------------------------------- By default, it displays a loading spinner if the page is loading for too long. To customise this, three blocks are available: - loader_css: override to the loading spinner CSS - loader: override to the loading spinner HTML - loader_js: override to the loading spinner JS {% endcomment %} {# Note: The title block is replaced by the title returned by the view, #} {# so this will only display while the application is loading #} {% block title %}Loading Django Render app{% endblock %}