{% set title = page.title or page.name %} {% set content = page.content %} {% block page_item %} {% block content %}
{% if page.image %}
{{ title }}
{% else %}
{% endif %}
{% block heading %}

{% block heading_title %} {{title|truncate(80)}} {% endblock %} {% block heading_meta %} {% if page.publish_date %} {{ h.render_datetime(page.publish_date) }} {% endif %} {% endblock %}

{% endblock %} {% block notes %} {% if content %}
{{ content|striptags|truncate(180)|urlize }}
{% else %}

{{ _('This page currently has no content') }}

{% endif %} {% endblock %}
{% endblock %} {% endblock %}