A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
875 B

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>{% block page_title %}{% endblock %} | RealWorld Benchmark</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. </head>
  7. <body>
  8. <div class="contents">
  9. <div class="header">
  10. <h1>RealWorld Benchmark</h1>
  11. <blockquote><p>
  12. A less stupid benchmark for Mako and Jinja2 to get an impression how
  13. code changes affect runtime performance.
  14. </p></blockquote>
  15. </div>
  16. <ul class="navigation">
  17. {%- for href, caption in page_navigation %}
  18. <li><a href="{{ href|e }}">{{ caption }}</a></li>
  19. {%- endfor %}
  20. </ul>
  21. <div class="body">
  22. {% block body %}{% endblock %}
  23. </div>
  24. <div class="footer">
  25. &copy; Copyright 2008 by I don't know who.
  26. </div>
  27. </div>
  28. </body>
  29. </html>