{% extends "base.html" %}

{% block content %}

<div class="cell-margin text max-w-[65ch]">
    {{ text|safe }}
</div>

{% endblock %}