summaryrefslogtreecommitdiff
path: root/design/templates/comments/base.html
blob: 9828ff64d0edac49af266576de8d8f94a3188f2b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>{% block title %}{% endblock %}</title>
</head>
<body>
  {% block content %}{% endblock %}
</body>
</html>