]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotations/onequote.html
Initial draft of the quotes app
[djsite.git] / quotes / templates / quotations / onequote.html
diff --git a/quotes/templates/quotations/onequote.html b/quotes/templates/quotations/onequote.html
new file mode 100644 (file)
index 0000000..0102dcc
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends 'quotations/base.html' %}
+
+{% block body %}
+
+{% include "quotations/display.html" with quote=quote %}
+
+{% endblock %}