]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
442db8c21cafb4589680978500b23ccad83f0018
[ikiwiki.git] / templates / misc.tmpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <title><TMPL_VAR TITLE></title>
7 <link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" />
8 </head>
9 <body>
10
11 <div id="header">
12 <h1>
13 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
14 </h1>
15 </div>
16
17 <div id="content">
18 <TMPL_VAR PAGEBODY>
19 </div>
20
21 <div id="footer">
22 <!-- from <TMPL_VAR NAME=WIKINAME> -->
23 </div>
24
25 </body>
26 </html>