templates/contact.html
branchanoop
changeset 32 7badc9093d9b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/contact.html	Fri Jun 04 19:01:18 2010 +0530
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block title %}
+Contact Us
+{% endblock %}
+{% block content %}
+<h2>Contact Us</h2>
+<p>Queries may be addressed to <i>sagedays [at] fossee [dot] in</i></p>
+{% endblock %}