{% extends "base_template.html" %} {% block title %}Legal pages{% endblock %} {% block content %}

Legal pages

Manage privacy policy, terms and other legal pages.

+ Add page
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{% for p in pages %} {% else %} {% endfor %}
{{ p.title }} {% if not p.published %}draft{% endif %}
/legal/{{ p.slug }}
{{ p.updated_at.strftime('%Y-%m-%d') if p.updated_at else '' }} Edit
No legal pages yet.
{% endblock %}