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