Files
pelican-themes/dev-random2/templates/page.html
2012-07-26 15:01:23 +02:00

9 lines
200 B
HTML

{% extends "base.html" %}
{% block title %}{{ super() }} — {{ page.url }}{% endblock title %}
{%- block content %}
<h1>{{ page.title }}</h1>
{{ page.content }}
{% endblock content -%}