diff --git a/home/templates/home/blog_index_page.html b/home/templates/home/blog_index_page.html new file mode 100644 index 0000000..9ffb6da --- /dev/null +++ b/home/templates/home/blog_index_page.html @@ -0,0 +1,36 @@ +{% extends "base.html" %} +{% load static i18n wagtailcore_tags wagtailimages_tags %} + +{% block title %}{% trans "Blog" %}{% endblock title %} + +{% block body_class %}template-blogindex{% endblock body_class %} + +{% block content %} +
{{ post.specific.description|truncatewords:20 }}
+{% trans "No blog posts available." %}
+ {% endfor %} +