Sérgio Gomes 7e0232ac35 Adding the customizer to the docs.
Still uses an iframe, unfortunately, to prevent preview styles
from interfering with the main page styles.
2015-04-16 14:58:34 +01:00

10 lines
108 B
HTML

{% extends 'layout.html' %}
{% block content %}
<h1>{{page.title}}</h1>
{{content|safe}}
{% endblock %}