{% extends "layouts/default.html" %} {% block title %}Edit: {{title}}{% endblock %} {% block content %}

Edit: {{title}}

{% if roles.logged-in %} Dashboard Edit Account
Create Page View Pages {% if roles.administrator %} Site Settings Users {% endif %} {% else %} Home Log-in {% endif %}
{% endblock %}