summaryrefslogtreecommitdiff
path: root/templates/card.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/card.html.j2')
-rw-r--r--templates/card.html.j214
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/card.html.j2 b/templates/card.html.j2
deleted file mode 100644
index 1397bc8..0000000
--- a/templates/card.html.j2
+++ /dev/null
@@ -1,14 +0,0 @@
-<div class="card">
- <h2>
- {% block title %}
- Card Title
- {% endblock %}
- </h2>
-
- <p>
- {% block content %}
- Stuff in the card
- {% endblock %}
- </p>
-
-</div> \ No newline at end of file