diff -r ec540dfbfe78 -r 7badc9093d9b templates/contact.html --- /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 %} +

Contact Us

+

Queries may be addressed to sagedays [at] fossee [dot] in

+{% endblock %}