{% extends "base.html" %} {% load static %} {% block head_title %}Editor{% endblock %} {% block head_scripts %} {% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Editor

Untitled Card

by {{ username }}

Loading...

Layout

Details

{% include "editor/font_selector.html" %}

Colors

Background color

Accent color

Text color

{% include "editor/items_editor.html" %}
{% include "card.html" %}

or to save and share this card.

Name Card

{% include "dialogs/print.html" %}
{% endblock %} {% block scripts %} {% endblock %}