{% extends "base.html" %} {% block title %}Themes{% endblock %} {% block extra_head %} {% if preview_css_url %}{% endif %} {% endblock %} {% block content %}

Themes

Preview a theme to see it applied to a real table (with facets and SQL) in the frame below — nothing is saved until you choose Use this theme. Your choice is remembered in a cookie in this browser.

{% for theme in themes %} {{ theme.label }}{% if theme.id == current %} ✓{% endif %} {% endfor %} {% if active %} Use “{{ active }}” {% endif %} Reset to default
{% if demo_url %} {% else %}

Attach a database to Datasette to see a live table preview here. Previewing still restyles this page so you can judge the overall look.

{% endif %} {% endblock %}