{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

Backend

Bootstrap starter template

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

{%- for page in pages recursive -%} {{ loop(page.children) }} {%- endfor -%}
Action Title Datum Author
{{ '> ' * (loop.depth - 1) }} {{ page.title if page.title else 'page %s' % page.id }} {{ page.datetime }} {{ page.user.name }}