{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}New - {{ config.NAME }}{% endblock %} {% block headers %} {% endblock %} {% block content %} {% include "header.html" %} {% if thread %}

Replying to {{ content }}

{{ utils.display_thread(thread) }}
{% endif %} {% endblock %}