www.psychoinformatics.de/theme/templates/page.html
Alex Waite 4641cd66c4 pelican-theme/ -> theme/
Reducing differences among the websites we maintain.
2017-09-21 13:12:42 +02:00

13 lines
254 B
HTML

{% extends "base.html" %}
{% block title %} – {{ page.title }}{% endblock %}
{% block content %}
<article>
<header>
<h1 id="{{ page.slug }}">{{ page.title }}</h1>
</header>
<div>
{{ page.content }}
</div>
</article>
{% endblock %}