diff --git a/theme/templates/base.html b/theme/templates/base.html
index 369422a..46bceb7 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -1,71 +1,82 @@
-
- {% block title %}{{ SITENAME }}{%endblock%}
-
-
-
- {% if FEED_RSS %}
-
- {% endif %}
-
+
+ {% block title %}{{ SITENAME }}{%endblock%}
+
+
+
+
+
+
+
-
- {% block content %}
- {% endblock %}
-
+
+
+
+
+ {{ SITENAME }}
+
+ {% for category, articles in categories %}
-
+ {% if category.name == 'notes' %}
-
+ {% endif %}
+
+ {% endfor %}
+
+
+
+
+
+
-