annotate examples/bench/django/templates/base.html @ 76:85f70ec37112 trunk

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