{% load wagtailcore_tags wagtailimages_tags %} {{ page.title }}

Fake news

{{ page.title }}

{{ page.year }} ~ {{ page.author }}

{{ page.introduction }}
{% image page.image width-400 %} {% for child in self.body %} {% if child.block_type == 'heading' %}

{{ child }}

{% else %} {{ child }} {% endif %} {% endfor %}