{% 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 {% for e in errors %}{{ e }}{% endfor %} {% endif %} {% if not themes %} No themes yet. Create one to get started. {% else %} Theme {% for t in themes %} {{ t.name }} ({{ t.words|length }} words) {% endfor %} Grid Words Min len Max len Title override Directions → Horizontal REQ ↓ Vertical REQ ↘ ↗ Diagonal ← ↑ ↖ ↙ Reversed Allow overlapping words ✦ Generate Reset {% endif %} {% endblock %} {% block scripts %} {% endblock %}
No themes yet. Create one to get started.