aboutsummaryrefslogtreecommitdiff
path: root/front-template.m4
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-26 14:11:57 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-26 14:11:57 +0100
commit7ee2d6aa68bfb474f547cf88781fc43b9751d0cc (patch)
tree0e4e73eae1a7a18b3db5e5efe2c6c453c18fc27f /front-template.m4
parentd90e2b8f121534e8004a642f576807dd3ed53507 (diff)
back and front card template
Diffstat (limited to 'front-template.m4')
-rw-r--r--front-template.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/front-template.m4 b/front-template.m4
new file mode 100644
index 0000000..832069c
--- /dev/null
+++ b/front-template.m4
@@ -0,0 +1,10 @@
+<style>
+undivert(`card/card.css')
+</style>
+<script defer>
+undivert(`card.min.js')
+</script>
+
+<div class="card front">
+<span class="sentence">{{Complete sentence}}</span>
+</div>