Adding header, footer, doctype, and headinclude templates to the system
[viewsvn.git] / templates / default / index.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>Index</title>
6 </head>
7
8 $header
9
10 Repositories:
11
12 <ul>
13 $nodes
14 </ul>
15
16 $footer