{% extends "base.html" %} {% block title %}Theme Preview - {{ config.BBS_NAME }}{% endblock %} {% block content %}

Available Themes

Click on a theme preview to select it. Go to profile edit to save your choice.

{% for theme in themes %} {% set vars = theme.css_variables | from_json %}
ANetBBS

{{ theme.display_name }}

{{ theme.description }}

Sample text input
{% endfor %}
{% endblock %}