{% extends "base.html" %} {% block title %}Preferences{% endblock %} {% block content %}
{% for theme_option in theme_options|sort: %} {{ theme_option }} {% endfor %}