{% load djinsight_tags wagtailcore_tags %} {{ page.title }} {% track obj=page %}

{{ page.title }}

{{ page.body|safe }}

Views: {% stats obj=page %}

Unique: {% stats obj=page metric="unique_views" %}

{% if page.get_children %}

Child pages

{% endif %}