{% extends "base-print.html" %} {% load base_filters %} {% block title %}{{ page.get_title }}{% endblock %} {% block meta_description %}{{ page.get_description }}{% endblock %} {% block meta_keywords %}{{ page.get_keywords }}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Print View" %}

« {% trans "Back to regular page view" %}
{% trans "Your printed page will look something like this." %}

{{SITE_GLOBAL_SITEURL}}{{ page.get_absolute_url }}

{{ page.title }}

{{ page.content|safe }}
{% endblock %}