source: asadb/template/base-plain.html

fysm-4-1iframespace-accessstablestagetest-hooks
Last change on this file was a426f62, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Add base template for mostly-unadorned pages

  • Property mode set to 100644
File size: 563 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4  <head>
5    <title>{% block title %}TITLE{% endblock %}</title>
6
7    <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}style/style.css" />
8
9    <style type='text/css'>
10    html, body
11    {
12        height: 100%;
13        width: 100%;
14        margin: 0;
15        padding: 0;
16    }
17    </style>
18  </head>
19  <body>
20{% block content %}{% endblock %}
21  </body>
22</html>
Note: See TracBrowser for help on using the repository browser.