{% block title %} Create a post - {{'SITE_NAME' | app_config}} {% endblock %} {% extends "default.html" %} {% block subHeader %}

Create post

Share drama with the community.
{% endblock %} {% block content %}
My avatar
{{ v.username }}
To post an image, use a direct image link such as i.imgur.com
You may upload videos up to 1 minute long.
Formatting help
Toggle preview
{% if error %}{{error}}{% endif %}
{% endblock %} {% block sidebar %} {% include '/sidebars/SubmitSidebar.html' %} {% endblock %} {% block modals %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% endblock %} {% block scripts %} {% endblock %}