templates/contact.html
author nishanth
Mon, 07 Jun 2010 16:49:31 +0530
branchanoop
changeset 72 3673ed3ca27c
parent 32 7badc9093d9b
permissions -rw-r--r--
fixed a few bugs

{% 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 %}