From bc11283c5c80701fd28ee7fdd936ff78794bf1fb Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 16 Aug 2012 20:18:52 +0300 Subject: initial commit --- templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..357a399 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} + +{% block content %} +{% endblock %} -- cgit v1.3.1