{% 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 later.

* required

{{ category_select("Society & Culture", "", apple_categories) }}
{% endblock %}