{% 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 %}