{% extends "layouts/default.html" %} {% block title %}View page.{% endblock %} {% block content %} {% if roles.logged-in %}
Dashboard View Dashboard Edit Page Edit Page New Archive Entry Create Entry Archive Index Archive Index Storage Index Storage Index Pages Index Pages Index
{% endif %}
{{data | safe}}
{% endblock %}