{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {{ site_name }} - {{ title }} {% include "partial/_common_libs.html" with jquery=1 %}
{% include "partial/_navbar.html" %}
{% csrf_token %} {{ form }}
{{ form.media }}
{% if collection %}
{% endif %}
{% include "partial/_footer.html" %}