{%- import 'util/helpers.html' as help -%}
{%- import 'html_head.html' as html_head with context -%}
{{html_head.html_head(true, false, true, none, "Create a post", none, "", false)}}
{% include "header.html" %}
{% block form %}
{% endblock %}
{% if request.path == '/submit' %}
{% endif %}
{% include "emoji_modal.html" %}
{% include "gif_modal.html" %}