4479ceea80e0233820154f9c63cc97da3d4579a8
[cascardo/ema.git] / templates / base.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt_BR" lang="pt_BR">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <link href="/site_media/css/geral.css" rel="stylesheet" type="text/css" />
7     <title>Gerenciador de eventos</title>
8   </head>
9   <body>
10     <h1>Gerenciador de eventos</h1>
11     <em>Livre para aprimorar</em>
12     {% block content %}
13     {% endblock %}
14   </body>
15 </html>