comparison examples/bench/django/templates/base.html @ 76:37f128d2d7f4

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