Adding diario stuff to this project
[cascardo/ema.git] / templates / base.html
diff --git a/templates/base.html b/templates/base.html
new file mode 100644 (file)
index 0000000..4479cee
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt_BR" lang="pt_BR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <link href="/site_media/css/geral.css" rel="stylesheet" type="text/css" />
+    <title>Gerenciador de eventos</title>
+  </head>
+  <body>
+    <h1>Gerenciador de eventos</h1>
+    <em>Livre para aprimorar</em>
+    {% block content %}
+    {% endblock %}
+  </body>
+</html>