{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block head %} {{ local_actor.display_name }} - New {% endblock %} {% block content %}
{% if in_reply_to_object %}
In reply to:
{{ utils.display_object(in_reply_to_object) }} {% endif %}
{{ utils.embed_csrf_token() }} {{ utils.embed_redirect_url() }}

{% if request.query_params.type == "Article" %}

{% endif %}

{% for emoji in emojis %} {% endfor %} {% for emoji in custom_emojis %} {% endfor %}
{% if request.query_params.type == "Question" %}

{% for i in ["1", "2", "3", "4"] %}

{% endfor %}
{% endif %}

{% endblock %}