{% extends "admin/base.html" %} {% block title %}{{ theme.label }} カスタマイズ{% endblock %} {% block content %} {% if message %}
{{ message }}
{% endif %}
{% if grouped_settings.colors %}

カラー

{% for setting in grouped_settings.colors %}
{% endfor %}
{% endif %} {% if grouped_settings.fonts %}

フォント

{% for setting in grouped_settings.fonts %}
{% endfor %}
{% endif %} {% if grouped_settings.spacing %}

スペーシング

{% for setting in grouped_settings.spacing %}
{% endfor %}
{% endif %}
プレビュー
{% endblock %}