summaryrefslogtreecommitdiff
path: root/templates/page.html
blob: 7e1febdb0ea87b0ee7fead3bff6df4fba2726314 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% block content %}
  <h1>{{ page.title }}</h1>
  <time>{{ page.date }}</time>
  {{ page.content | safe }}
{% endblock %}