{% extends "base.html" %} {% block title %}Generate · Wordsmith{% endblock %} {% block content %}
№ 01 · Studio

Generate a puzzle

{{ themes|length }} theme{{ '' if themes|length == 1 else 's' }} on file

{% if errors %}
Hold on
{% endif %} {% if not themes %}

No themes yet. Create one to get started.

{% else %}
Directions
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}