{% if g.bootstrap_theme == 'Stock Bootstrap 3' %} {% else %} {% endif %} {% block css %}{% endblock css %} {% block meta %}{% endblock meta %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}
x {{ message|safe }}
{% endfor %}
{% endwith %} {% block content %}{% endblock content %}
{% block javascript %}{% endblock javascript %}