diff options
Diffstat (limited to 'templates/weblog.html')
-rw-r--r-- | templates/weblog.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/weblog.html b/templates/weblog.html index 7a6038b..43ebbdb 100644 --- a/templates/weblog.html +++ b/templates/weblog.html @@ -1,4 +1,7 @@ {% extends "base.html" %} +{% block header %} +<h1>Yaroslav's weblog</h1> +{% endblock %} {% block content %} <div class="posts-list"> {% for post in paginator.pages %} |