{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %}Site/Theme{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Theme

Tokens visuales con preview en vivo.

{% csrf_token %}

Color

{{ form.accent_color.value|default:'#6C63FF' }}
{% for value, label in form.color_scheme.field.choices %} {% endfor %}

Typography

{% trans "Layout" %}

{% for value, label in form.content_density.field.choices %} {% endfor %}
{# Hidden fields the form expects but not shown here. #}
{% endblock %}