{% extends "base.html" %} {% block title %}{% if host %}Edit Host{% else %}New Host{% endif %} — Roundtable{% endblock %} {% block content %}

{% if host %}Edit Host{% else %}Add Host{% endif %}

Cancel
{% endblock %}