{% extends 'wrapper.html' %} {% load staticfiles %} {% load i18n %} {% load custom_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as RTL %} Jochre Document contents {% block head_title %}{% trans 'Jochre Document Contents' %}{% endblock %} {% block content %}

{{ doc.title }}

{{ doc.author }}

{% autoescape off %}{{ contents }}{% endautoescape %}
{% include "search/preferences-modal.html" %} {% endblock %}