{% extends "setup/base.html" %} {% block title %}Theme Selection - Skrift{% endblock %} {% block head %} {% endblock %} {% block content %}

Choose a Theme

Select a theme for your site's appearance. You can change this later in admin settings.

{% for theme in themes %} {% endfor %}
Back
{% endblock %} {% block scripts %} {% endblock %}