]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
fixes
[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 <base href="<TMPL_VAR BASEURL>" />
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title><TMPL_VAR TITLE></title>
8 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
9 </head>
10 <body>
11
12 <div class="header">
13 <span>
14 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
15 </span>
16 </div>
17
18 <div id="content">
19 <TMPL_VAR PAGEBODY>
20 </div>
21
22 <div id="footer">
23 <!-- from <TMPL_VAR NAME=WIKINAME> -->
24 </div>
25
26 </body>
27 </html>