Allura/allura/templates/jinja_master/master.html [48:90]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% block title %}Your title goes here{% endblock %}
{{ theme_macros.extra_header(g.theme_href('')) }}
{% for blob in g.resource_manager.emit('head_css') %}
{{ blob }}
{% endfor %}
{% for blob in g.resource_manager.emit('head_js') %}
{{ blob }}
{% endfor %}
{% if c.project and c.project.neighborhood.css %}
{% elif neighborhood|default and neighborhood.css %}
{% endif %}
{% block extra_css %}{% endblock %}
{% block head %}
{% endblock %}
{% block head_bottom -%}
{% endblock %}
{% block body_top_js %}
{% for blob in g.resource_manager.emit('body_top_js') %}
{{ blob }}
{% endfor %}
{% endblock %}
{% set flash = tg.flash_obj.render('flash', use_js=False) %}
{% call theme_macros.all_content_wrapper(g.login_url, g.logout_url) %}
{{ theme_macros.header(g.login_url, g.logout_url) }}
{{ theme_macros.site_notification() }}
{% block masthead %}{% endblock %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Allura/allura/templates_responsive/jinja_master/master.html [50:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% block title %}Your title goes here{% endblock %}
{{ theme_macros.extra_header(g.theme_href('')) }}
{% for blob in g.resource_manager.emit('head_css') %}
{{ blob }}
{% endfor %}
{% for blob in g.resource_manager.emit('head_js') %}
{{ blob }}
{% endfor %}
{% if c.project and c.project.neighborhood.css %}
{% elif neighborhood|default and neighborhood.css %}
{% endif %}
{% block extra_css %}{% endblock %}
{% block head %}
{% endblock %}
{% block head_bottom -%}
{% endblock %}
{% block body_top_js %}
{% for blob in g.resource_manager.emit('body_top_js') %}
{{ blob }}
{% endfor %}
{% endblock %}
{% set flash = tg.flash_obj.render('flash', use_js=False) %}
{% call theme_macros.all_content_wrapper(g.login_url, g.logout_url) %}
{{ theme_macros.header(g.login_url, g.logout_url) }}
{{ theme_macros.site_notification() }}
{% block masthead %}{% endblock %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -