{% from 'jinja_master/lib.html' import gravatar %} {% do g.register_forge_js('js/jquery-base.js') %} {% do g.register_forge_js('js/allura-base.js') %} {% if g.production_mode %} {% do g.register_forge_js('js/analytics.js') %} {% endif %} {% do g.resource_manager.register_widgets(c) %} {% block title %}Your title goes here{% endblock %} {% 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 %} {% elif neighborhood %} {% else %} {% endif %} {% block extra_css %}{% endblock %} {% block head %} {% endblock %} {% for blob in g.resource_manager.emit('body_top_js') %} {{ blob }} {% endfor %}
{% include 'jinja_master/top_nav.html' %}
{% if not hide_left_bar %} {% include 'jinja_master/sidebar_menu.html' %} {% set outer_width = 10 %} {% else %} {% set outer_width = 12 %} {% endif %} {% if show_right_bar %} {% set inner_width = outer_width - 2 %} {% else %} {% set inner_width = outer_width + 2 %} {% endif %}
{% set flash = tg.flash_obj.render('flash', use_js=False) %} {% if flash %}
{{flash}}
{% endif %}

{% block header %}{% endblock %}

{% block actions %}{% endblock %}
{% block content %}{% endblock %}
{% if show_right_bar %} {% endif %}
{% block after_content %}{% endblock %}
{% include 'jinja_master/footer.html' %}
{% for n in h.pop_user_notifications() %}
{{ n.text }}
{% endfor %}
{% 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 %}