{% extends theme("layout.html") %} {% block content %} {% from theme('_macros/navigation.html') import navlink with context %}
{# replaced by the htmx requests of the conversation list and the reply form #}
{% block message_content %}{% endblock %}
{% endblock %} {% block scripts %} {% endblock %}