{% extends "_base.html" %} {% from "_category_select.html" import category_select %} {% block title %}New show — offshore{% endblock %} {% block content %}

Scaffold a new show

Create a new data file for a podcast. You can edit any field except the slug later.

* required

The slug is a permanent internal identifier for files and directories inside offshore. It cannot be changed later and does not influence the feed content or the published show.

Hosts and other roles for the show.

{{ category_select("Society & Culture", "", apple_categories) }}
{% endblock %} {% block person_add_modal %} {% include "_add_person_overlay.html" %} {% endblock %}