{%- import 'util/macros.html' as macros with context -%} {%- import 'html_head.html' as html_head with context -%} {{html_head.html_head(true, false, true, none, "Create a Post", false)}} {% include "header.html" %} {% block form %}

Create a post

{%- set hole_placeholder = 'Required' if HOLE_REQUIRED else 'Optional' -%} {% for s in SUBS %} {% endfor %}
Optional if you have text. You can upload images, videos, or audio.

Toggle preview
 
{% if FEATURES['COUNTRY_CLUB'] -%}
{%- endif %}
{% if v.can_post_in_ghost_threads %} {% endif %}
{% if error %}{{error | safe}}{% endif %}
{% endblock %} {% if request.path == '/submit' %} {% endif %} {% include "modals/emoji.html" %} {% include "modals/gif.html" %}