{% extends "base.html" %} {% block title %}Edit Site{% endblock %} {% block content %}

Edit {{ site.name }}

View Site
{% for filename, content in files.items() %} {% endfor %}
{% endblock %}