]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
css support
[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 <h1>
12 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
13 </h1>
14
15 <TMPL_VAR PAGEBODY>
16
17 <!-- from <TMPL_VAR NAME=WIKINAME> -->
18
19 </body>
20 </html>