{% extends "base.html" %} {% block title %}{% if is_new %}New theme{% else %}Edit {{ name }}{% endif %} · Wordsmith{% endblock %} {% block content %}
themes / {% if is_new %}new{% else %}{{ slug }}{% endif %}
№ 03 · Workbench

{% if is_new %}New theme{% else %}Edit theme{% endif %}

{% if not is_new %}
slug · {{ slug }}
{% endif %}

{% if errors %}
Hold on
{% endif %}
Cancel {% if not is_new %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}