Still uses an iframe, unfortunately, to prevent preview styles from interfering with the main page styles.
10 lines
108 B
HTML
10 lines
108 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>{{page.title}}</h1>
|
|
|
|
{{content|safe}}
|
|
|
|
{% endblock %}
|