{% macro flash_messages() -%} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
× {{ message }}
{% endfor %} {% endif %} {% endwith %} {%- endmacro %} {% macro networkbar_links(siteid, links, toplevel=false, appurl='#') %} {%- for link in links %}
  • {%- if link.children -%} {{ link.title }} {%- else -%} {%- if link.sep -%} {{ link.title }} {%- else -%} {{ link.title }} {%- endif -%} {%- endif -%}
  • {%- endfor %} {% endmacro %} {% macro networkbar(siteid=none, login=false, baseclass=none, containerclass="container") -%}
    {%- if config.get('NETWORKBAR_LINKS') %} {%- endif %} {%- if login %} {%- endif %}
    {%- endmacro %}