templates/base.html
author nishanth
Tue, 20 Apr 2010 21:12:54 +0530
changeset 17 68c2932660b7
parent 5 9a671f3eb24c
child 19 4911302379ac
permissions -rw-r--r--
removed username from answer url

<html>
<head>
<title>
{% block title %}
{% endblock %}
</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>