{% load wagtailcore_tags %} {% load wagtailimages_tags %} {% load blog_tags %}

Blog posts

{% if page.tags %}

Tags list

{% endif %} {% for article in articles %}

{{ article.title }}

{{ article.owner.get_full_name|default:article.owner }} {{ article.date|date:"N d, Y" }}
{% if article.cover %}
{% image article.cover width-400 as cover %}
{% endif %}

{{ article.intro }}

Read more...
{% empty %}

You have no blog posts.

{% endfor %} {% if articles.paginator.num_pages > 1 %} {% endif %}