X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/21c466b2004e4c80e88de3e53b41c8e03f7f3d79..670af4e558fa7044af5a17e95f3a0939f65fbdc5:/sommitrealweird/blog/templates/blog/blog_index.html diff --git a/sommitrealweird/blog/templates/blog/blog_index.html b/sommitrealweird/blog/templates/blog/blog_index.html index 395c8e8..fa2ea72 100644 --- a/sommitrealweird/blog/templates/blog/blog_index.html +++ b/sommitrealweird/blog/templates/blog/blog_index.html @@ -1,11 +1,17 @@ {% extends "base.html" %} {% load markup %} +{% block title %} +{{ entry.title|escape }} +{% endblock %} + {% block content %} {% if entries %} {% for entry in entries %}

{{ entry.title|escape }}

+
{{ entry.content|restructuredtext }} +

Posted: {{ entry.publish_date|date:"Y-m-d H:i" }} in {% for section in entry.sections.all %} {% if forloop.first %}