{% extends "base.html" %} {% block title %}Themes · Wordsmith{% endblock %} {% block content %} {% set total_words = themes|map(attribute='words')|map('length')|sum %} № 02 · Ledger Themes {{ themes|length }} theme{{ '' if themes|length == 1 else 's' }} · {{ total_words }} word{{ '' if total_words == 1 else 's' }} on file + New theme {% if themes %} Name Slug Words {% for t in themes %} {{ t.name }} {{ t.slug }} {{ t.words|length }} edit delete {% endfor %} {% else %} No themes yet. Create the first one. {% endif %} {% endblock %}
No themes yet. Create the first one.