{% macro nav_element(tab_name, tab_title, icon, href) %}
  • {% if "pficon" not in icon %} {%endif%} {{ tab_title }}
  • {% endmacro %}
    {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
    {% for category, message in messages %}
    × {{message}}
    {% endfor %}
    {% endif %} {% endwith %} {% if error %}

    Error: {{ error }}

    {% endif %}
    {% block content %}{% endblock %} {% include 'footer.html' %}