{% block head_meta %} {% endblock %} {{ config['PROJECT_NAME'] }}{% if page_title %} - {{ page_title }}{% endif %} {% block head_css %} {% endblock -%} {%- block head %}{% endblock -%} {%- block head_tail -%}{%- endblock -%}
{% block messages %} {% with messages = get_flashed_messages(with_categories=True) + config.get('GLOBAL_FLASHED_MESSAGES', []) %} {% if messages %} {% for category, message in messages %} {% set category = 'info' if category == 'message' else category %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% endblock %} {% block page_title %} {% if page_title %}

{{ page_title }} {% block title_actions %} {% endblock %}

{% endif %} {% endblock %} {% block content %}{% endblock %}
{% block tail_js %} {% if config.get('SOCIAL_FACEBOOK') %} {% endif %} {% endblock -%} {%- block tail %} {% endblock %}