Ajout du support des écritures ventilées.
[garradin.git] / templates / index.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>{$config.nom_asso|escape}</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 </head>
8
9 <body>
10
11 <div class="header">
12 <h1>{$config.nom_asso|escape}</h1>
13 </div>
14
15 <div class="page">
16 <p>
17 {$config.adresse_asso|escape}
18 </p>
19 </div>
20
21 <p>
22 <a href="admin/">Administration</a>
23 </p>
24
25 </body>
26 </html>