{% extends "site/layout/base_text.html" %}
{% load com %}
{% block head %}
{% endblock %}
{% block main %}
{% autoescape off %}
{{ embed_code }}
{% endautoescape %}
{# TODO: check that although invisible it will still be referenced in google ... #}
{% autoescape off %}
{{ text_version.get_content }}
{% endautoescape %}