{% assets filters="cssmin", output="gen/packed.css", "css/app-foundation.css", "css/app.css", "css/jquery.qtip.css", "css/text.css", "css/general_foundicons.css" %} {% endassets %} {% assets filters="uglifyjs", output="gen/packed.js", "js/jquery.js", "js/jquery.tablesorter.js", "js/jquery.foundation.buttons.js", "js/jquery.foundation.forms.js", "js/modernizr.foundation.js", "js/jquery.qtip.js", "js/jquery.metadata.js" %} {% 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 %}