{% if is_app_root_defined(config.APPLICATION_ROOT) %} {% endif %} {{ title }} {% if missing_js is not defined %} {% endif %} {% block css %}{% endblock %} {# Despite the fact we reload these again later on, in order for the header to rendered correctly before the rest of the page is built we need to load them here as well. #} {% if github_fork %} Fork me on GitHub {% endif %} {% block full_content %}{% endblock %} {% if missing_js is not defined %} {% endif %} {% block js %}{% endblock %} {# In order to get styles to load correctly, we need to reload these files. In CSS, the last style declared takes precedence. #} {# When loaded in an iframe, the code below will allow the parent window to register and listen for the data id. #}