{% extends "coderedcms/pages/web_page.html" %} {% load wagtailcore_tags wagtailimages_tags coderedcms_tags %} {% block index_content %}
{{article.caption}}
{% endif %} {% if self.show_meta %}{{article.get_pub_date}}{% if article.get_author_name %} • {{article.get_author_name}}{% endif %}
{% endif %} {% if self.show_preview_text %}{{article.body_preview}}
{% endif %}