{% extends "layout.html" %} {% block title %} Go Live {% endblock %} {% block content %} {% include "header.html" %}
{{ form.title(class="form-control", placeholder="Title") }}
{{ form.category(class="form-control", placeholder="Category") }}
{{ form.description(class="form-control", placeholder="Description") }}
{{ 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 %}