{% assets "css_all" %} {% endassets %} {% assets "js_all" %} {% endassets %} {% block jsheader %} {% endblock %}
{% if not config['PRODUCTION'] %}
{% else %}
{% endif %} {% block navigation %}
{% endblock %} {% if not config['PRODUCTION'] %}
This is NOT the production instance! Any changes will show up in partner-bugzilla instead of production bugzilla and the staging instance of FAS is being used for authentication.
{% endif %} {% block info %}

This is an early pre-release version of the blocker tracking app. Most of the functionality shown should be working. Please report any bugs found.
{% endblock %} {% block messages %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %} {% endblock %} {% block body %}

Example

This is example content from the base layout. If you can see this, something probably went wrong.

{% endblock %} {% block footer %}
This is example footer.
{% endblock %}
{% if config['FEDMENU_URL'] %} {% endif %}