File: layout.html

package info (click to toggle)
python-werkzeug 1.0.1%2Bdfsg1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: python: 21,897; javascript: 173; makefile: 36; xml: 16
file content (13 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>{{ page_title }} &mdash; Cool Magic!</title>
    <link rel="stylesheet" href="{{ h.url_for('shared_data', file='style.css') }}" type="text/css">
  </head>
  <body>
    <h1>Cool Magic</h1>
    <h2>{{ page_title }}</h2>
    {% block page_body %}{% endblock %}
  </body>
</html>