{% load i18n wagtailcore_tags wagtailimages_tags %}
  • {% trans 'Read' %}
    {% image article.image fill-1920x1080 %}
    {{ article.get_parent.title }}
    {{ article.latest_revision_created_at|date:'Y/m/d' }}

    {{ article.title }}

    {{ article.headline }}