{% extends 'base.html' %} {% block head %} {{text_meta['title']}} {% endblock %} {% block content %}

{{text_meta['_lltk_']}} {%if data %}

Data

{%endif%} {% for datatype in g.sorted(data) %}
  • {{datatype}}: {% if "abstractions" in datatype %} {% elif "concretions" in datatype %} {% else %} {%endif%} {{data[datatype]}}
  • {% endfor %}

    Text

    {% autoescape false %} {{text_html}} {% endautoescape %}
    {% endblock %}