Making good progress. Added styling and a toggle for card type.

This commit is contained in:
John Washam
2016-06-30 21:10:33 -07:00
parent 4b1cf0afdb
commit 660049c379
7 changed files with 163 additions and 78 deletions

4
templates/code.html Normal file
View File

@@ -0,0 +1,4 @@
{% extends "layout.html" %}
{% block body %}
code
{% endblock %}