{% set title="TextFlow" %} {% from "_pagination.html" import render_pagination with context %} {% set messages = get_flashed_messages(with_categories=True) %} {% block title %}{{ title }}{% endblock %} {% block styles %} {% endblock %} {% block header %}{% include '_header.html' %}{% endblock %} {% block is_full_content %}
{% block content %}{% endblock %}
{% endblock %} {% block scripts %} {% endblock %}