This commit is contained in:
Bat 2018-07-26 18:23:08 +02:00
parent a9f95c91e2
commit 5f1de3f9ce

View file

@ -5,6 +5,10 @@
{{ blog.title }}
{% endblock title %}
{% block header %}
<a href=".">{{ blog.title }}</a>
{% endblock header %}
{% block content %}
<h1>{{ blog.title }} <small>~{{ blog.actor_id }}</small></h1>
<p>{{ blog.summary }}</p>