From d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 27 Jun 2024 09:56:02 +0200 Subject: Update --- tpl/views/card.pug | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tpl/views/card.pug (limited to 'tpl/views/card.pug') diff --git a/tpl/views/card.pug b/tpl/views/card.pug new file mode 100644 index 0000000..0b88b0e --- /dev/null +++ b/tpl/views/card.pug @@ -0,0 +1,9 @@ +mixin view-card + +view('card', 'Card') + .c-box + +card(href='#') + +slot('body') + h1= 'XS Heading' + p= loremIpsum + +slot('footer') + = 'Footer' -- cgit v1.2.3-54-g00ecf