+ {% block content %}{% endblock %}
+
+ From a4bfd9faf2d60c131e3e2f5097b6fe26e7eee8c9 Mon Sep 17 00:00:00 2001 From: petr
{% trans 'Please feel free to join our community on Slack, or get started with one of the links below.' %}
+{{ post.intro }}
+ {# {{ post.body|richtext }} #} + {% endwith %} + {% endfor %} + +{% endblock %} diff --git a/zapisnik/templates/zapisnik/blog_page.html b/zapisnik/templates/zapisnik/blog_page.html new file mode 100644 index 0000000..33929c3 --- /dev/null +++ b/zapisnik/templates/zapisnik/blog_page.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} + +{% load wagtailcore_tags wagtailimages_tags %} + +{% block body_class %}template-blogpage{% endblock %} + +{% block content %} +{{ item.caption }}
+