dustin.web/templates/project-page.html

9 lines
173 B
HTML

{% extends "base.html" %}
{% block content %}
<article class="post panel">
<h1 class="post-title">{{ page.title }}</h1>
{{ page.content | safe }}
</article>
{% endblock %}