From 2bde1b0660585e16116fbd12c86b53e886b6f3be Mon Sep 17 00:00:00 2001 From: Jonathan Tschanter Date: Fri, 21 Jan 2022 00:14:34 +0100 Subject: Add first layout with simplecss --- templates/card/card_edit.twig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/card/card_edit.twig (limited to 'templates/card/card_edit.twig') diff --git a/templates/card/card_edit.twig b/templates/card/card_edit.twig new file mode 100644 index 0000000..a7f9aa7 --- /dev/null +++ b/templates/card/card_edit.twig @@ -0,0 +1,26 @@ +{% extends 'card/card.twig' %} + +{% block pagetitle %} + Edit Card +{% endblock %} +{% block pagecontent %} +
+ {% for meta in card.meta %} +

+
+ +

+ {% endfor %} + + +
+ +

Artworks

+ {% for artwork in card.artworks %} +

+ + + +

+ {% endfor %} +{% endblock %} -- cgit v1.2.3