{% extends page.template %} {% load meta_tags %} {% block title %}{% blocktrans with t=page.get_title %}{{ t }}{% endblocktrans %}{% endblock %} {% block meta_description %}{% blocktrans with d=page.get_description %}{{ d }}{% endblocktrans %}{% endblock %} {% block meta_keywords %}{% blocktrans with k=page.get_keywords %}{{ k }}{% endblocktrans %}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {% meta_og_image page "header_image" %} {% meta_og_image page "content" %} {{ block.super }} {% endblock %} {% block banner %}{% endblock %} {% block content %}
{% if page.title %} {% endif %} {% if page.google_profile %} {% if page.has_google_author %} {% trans "View Author's Google+ Profile" %} {% elif page.has_google_publisher %} {% trans "View Publisher's Google+ Page" %} {% endif %} {% endif %}
{% blocktrans with c=page.content|safe %}{{ c }}{% endblocktrans %}
{% include "pages/meta.html" %}
{% endblock %}