{% extends "admin/layout.html" %} {% block title %}{{ _("Configure Vessel Theme") }}{% endblock %} {% block contents %}

{{ _("Configure Vessel Theme") }}

{% trans %} This theme comes with various color variations you can choose from. {% endtrans %} {%- call form() %} {{ form.as_dl() }}

{%- endcall %} {% endblock %}