reader_flat.html 163 Bytes
{% extends "reader_base.html" %}

{% block content %}
    <div id="text-content">
        {% block text-content %}
        {% endblock %}
    </div>
{% endblock %}