{% extends "layout.html" %} {% block content %} {% include "header.html" %}
{{ form.title.label }} {{ form.title(class="form-control") }}
{{ form.category.label }} {{ form.category(class="form-control") }}
{{ form.description.label }} {{ form.description(class="form-control") }}
{{ form.archivable.label }} {{ form.archivable(class="form-check-input") }}
{{ form.unlisted.label }} {{ form.unlisted(class="form-check-input") }}
{% if key %} {% endif %} {% if unlisted %} {% endif %} {% endblock %}