annotate examples/bench/django/templates/base.html @ 231:1b0a4bd6fe42

typo
author cmlenz
date Mon, 11 Sep 2006 15:14:20 +0000
parents 37f128d2d7f4
children 8dd0d34a9fb7
rev   line source
76
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
1 <!DOCTYPE html
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
5
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
6 {% block body %}
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
7 <div id="header">
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
8 <h1>{{ title|escape }}</h1>
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
9 </div>
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
10 {{ block.super }}
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
11 <div id="footer"></div>
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
12 {% endblock %}
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
13
37f128d2d7f4 Add Django to the benchmark.
cmlenz
parents:
diff changeset
14 </html>
Copyright (C) 2012-2017 Edgewall Software