{% extends "_base.html" %} {% block title %}offshore — {% if has_shows %}shows{% else %}welcome{% endif %}{% endblock %} {% block content %} {% if not has_shows %}

Welcome to offshore

No shows found in {{ shows_dir }}. Pick one of the options below to get started.

{% else %}

Switch or add a show

{% endif %}

New

Scaffold a brand-new show from a short form. Add episodes afterwards.

Import

Seed a new show from an existing RSS feed URL or offshore generated JSON. Metadata will be preserved to ensure a seamless migration.

Open

Point at an existing *.json anywhere on disk. The workspace switches to that file's directory for this session.

{% endblock %}