D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
doc
/
python3-jinja2
/
examples
/
rwbench
/
django
/
Filename :
layout.html
back
Copy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>{% block page_title %}{% endblock %} | RealWorld Benchmark</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <div class="contents"> <div class="header"> <h1>RealWorld Benchmark</h1> <blockquote><p> A less stupid benchmark for Mako and Jinja2 to get an impression how code changes affect runtime performance. </p></blockquote> </div> <ul class="navigation"> {% for href, caption in page_navigation %} <li><a href="{{ href }}">{{ caption }}</a></li> {% endfor %} </ul> <div class="body"> {% block body %}{% endblock %} </div> <div class="footer"> © Copyright 2008 by I don't know who. </div> </div> </body> </html>
Name
Size
Last Modified
Owner
Permissions
Actions
_form.html
0.066
KB
October 04 2018 2:01:32
root
0644
_input_field.html
0.063
KB
October 04 2018 2:01:32
root
0644
_textarea.html
0.085
KB
October 04 2018 2:01:32
root
0644
index.html
0.914
KB
October 04 2018 2:01:32
root
0644
layout.html
0.851
KB
October 04 2018 2:01:32
root
0644
2017 © D7net | D704T team