diff --git a/templates/layout.html b/templates/layout.html
index f7e5884..5798872 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -2,9 +2,63 @@
- $Title$
+
+
+
+
+ {{ title }} - Tweeder
-$END$
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
\ No newline at end of file