{% extends "base.html" %} {% load static %} {% block head_title %}Home{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

My Wallet

Your wallet is where all of the cards you saved appear. You can save cards by going to the link for a card and pressing "Save this card"

You don't have any cards saved yet! Once you do, they will appear here for you to find later.

My Cards

This is where all of the cards you've designed appear

Rename Card

Delete Card

Are you sure you want to delete this Card? This action is irreversible.

{% endblock %} {% block scripts %} {% endblock %}