{% 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) }} {% else %} {% if request.args.get("question") == "1" %}

New question make it a note?

{% else %}

New note make it a question?

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

{% for emoji in emojis %} {{ emoji }} {% endfor %}

{% if request.args.get("question") == "1" %}

Open for:

{% for i in range(4) %}

{% endfor %}
{% endif %}
{% endblock %}