File indexing completed on 2025-01-26 04:47:35

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0003 
0004 <html xmlns="http://www.w3.org/1999/xhtml">
0005 <head>
0006   <style type="text/css">
0007   /*<![CDATA[*/
0008     @import "main.css";
0009   /*]]>*/
0010 
0011   {% block style %}
0012   {% endblock style %}
0013   </style>
0014 
0015   <title>{{ name }}</title>
0016 </head>
0017 
0018 <body>
0019   <div id="header">
0020     {% icon icon sizeenormous %}
0021     <div id="title">
0022         <h1>{{ name }}</h1>
0023         {{ subtitle }}
0024     </div>
0025   </div>
0026 
0027   <div id="box">
0028     <div id="boxInner">
0029       {% block box %}
0030       {% endblock box %}
0031     </div>
0032   </div>
0033 </body>
0034 </html>
0035 
0036 <!-- vim:set sw=2 et nocindent smartindent: -->