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