{% extends "layout.html" %} {% block content %} {% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{{ form.url.errors }} {{ form.url }} The Atom/RSS feed of your blog. Articles will be shown in AusGLAMR. {{ form.category.errors }} {{ form.category }} {{ form.activitypub_account_name.errors }} {{ form.activitypub_account_name }} {{ form.contact_email.errors }} {{ form.contact_email }}
{% endblock %}