{% extends "site/layout/base_text.html" %} {% load com %} {% load i18n %} {% load local_perms %} {% block main %} {% get_local_text_perm request text can_edit_text as can_edit_text %}

{{ text_version.title }}

{% blocktrans with text_version.get_name as author %}by {{ author }}{% endblocktrans %}
{% autoescape off %} {{ embed_code }} {% endautoescape %}
{% endblock %}