{% block nav %}{% endblock %}
{% block body %}{% endblock %}
{% block javascripts %}{% endblock javascripts %}
{% block meta %} {# This is far from perfect. The response headers should already come with this. #} {% if app.request.server.get('APP_ENV') not in ['test', 'dev'] %} {% endif %} {% endblock %}