{% 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 %}