]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
* Include <link rel> tag for RSS feeds, used by some aggregators and
[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 <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
10 </head>
11 <body>
12
13 <div class="header">
14 <span>
15 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
16 </span>
17 </div>
18
19 <div id="content">
20 <TMPL_VAR PAGEBODY>
21 </div>
22
23 <div id="footer">
24 <!-- from <TMPL_VAR NAME=WIKINAME> -->
25 </div>
26
27 </body>
28 </html>