Allura/allura/templates/jinja_master/master.html [138:176]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% block right_content %}{% endblock %}
{% endif %}
{% block after_content %}{% endblock %}
{% endblock %}
{{ theme_macros.footer(g.year(), g.theme_href('')) }}
{% endcall %}
{% for n in h.pop_user_notifications() %}
{% endfor %}
{% if c.show_login_overlay|default %}
{{ theme_macros.login_overlay() }}
{% endif %}
{% for blob in g.resource_manager.emit('body_js') %}
{{ blob }}
{% endfor %}
{% for blob in g.resource_manager.emit('body_js_tail') %}
{{ blob }}
{% endfor %}
{% block extra_js %}{% endblock %}
{% if neighborhood|default %}
{{ neighborhood.site_specific_html | safe }}
{% elif c.project.neighborhood %}
{{ c.project.neighborhood.site_specific_html | safe }}
{% endif %}
{{ theme_macros.custom_js() }}
{% if flash %}
{# comes from flash.static_template in root.py and escaped by tg.flash allow_html setting #}
{% endif %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Allura/allura/templates_responsive/jinja_master/master.html [127:164]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% block right_content %}{% endblock %}
{% endif %}
{% block after_content %}{% endblock %}
{% endblock %}
{{ theme_macros.footer(g.year(), g.theme_href('')) }}
{% endcall %}
{% for n in h.pop_user_notifications() %}
{% endfor %}
{% if c.show_login_overlay|default %}
{{ theme_macros.login_overlay() }}
{% endif %}
{% for blob in g.resource_manager.emit('body_js') %}
{{ blob }}
{% endfor %}
{% for blob in g.resource_manager.emit('body_js_tail') %}
{{ blob }}
{% endfor %}
{% block extra_js %}{% endblock %}
{% if neighborhood|default %}
{{ neighborhood.site_specific_html | safe }}
{% elif c.project.neighborhood %}
{{ c.project.neighborhood.site_specific_html | safe }}
{% endif %}
{{ theme_macros.custom_js() }}
{% if flash %}
{# comes from flash.static_template in root.py and escaped by tg.flash allow_html setting #}
{% endif %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -