diff options
Diffstat (limited to 'templates/card.html')
-rw-r--r-- | templates/card.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/card.html b/templates/card.html new file mode 100644 index 0000000..1397bc8 --- /dev/null +++ b/templates/card.html @@ -0,0 +1,14 @@ +<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 |