comparison 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
comparison
equal deleted inserted replaced
75:3722696d0343 76:85f70ec37112
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