{%- from 'common/macros.html' import infobox with context -%} {% if self.title() -%} {{ config.SITE_NAME }} - {% block title -%}{%- endblock -%} {%- else -%} {{ config.SITE_NAME }} {%- endif -%} {%- include 'common/topnav.html' -%} {%- with messages = get_flashed_messages(with_categories=true) -%} {%- if messages -%} {%- for category, message in messages -%} {{- infobox(message, category) -}} {%- endfor -%} {%- endif -%} {%- endwith -%} {%- block content -%}{%- endblock -%} {%- include 'common/footer.html' -%}