{% firstof page.title 'Untitled'%}{% if request.user.is_authenticated %}{% endif %}

{{ page.content|striptags|truncatewords:20|safe }}
{% include "pages/meta.html" %}