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

Replying to {{ content }}

{{ utils.display_thread(thread) }} {% else %}

New note

{% endif %}
{% if reply %}{% endif %}
{% endblock %}