{% extends "_base.html" %} {% block title %}offshore — {% if has_shows %}shows{% else %}welcome{% endif %}{% endblock %} {% block content %} {% if not has_shows %}
No shows found in {{ shows_dir }}. Pick one of the options below to get started.
Scaffold a brand-new show from a short form. Add episodes afterwards.
Seed a new show from an existing RSS feed URL or offshore generated JSON. Metadata will be preserved to ensure a seamless migration.
Point at an existing *.json anywhere on disk. The workspace switches to that file's directory for this session.