{% block title %}
Create a post - {{SITE_TITLE}}
{% endblock %} {% block stylesheets %} {% if v %}
{% if v.css %}
{% endif %} {% else %}
{% endif %} {% endblock %} {% include "header.html" %} {% block form %}
Create a post
Post Title
URL
To post an image, use a direct image link such as i.imgur.com
Attachment Upload
Select File
Optional if you have text.
You can upload images or videos up to 60 seconds.
Text
Toggle preview
GIF
Formatting help
Notify followers
+18
Draft
Cancel
{% if error %}
{{error}}
{% endif %}
Post
{% endblock %} {% if request.path == '/submit' %} {% endif %} {% include "gif_modal.html" %}