diff --git a/samples/themes/notmyidea/base.html b/samples/themes/notmyidea/base.html new file mode 100644 index 00000000..5e08829a --- /dev/null +++ b/samples/themes/notmyidea/base.html @@ -0,0 +1,66 @@ + + + + {% block title %}{{ BLOGNAME }}{%endblock%} + + + + + + + + + + + + + + + {% block content %} + {% endblock %} +
+ {% if BLOGROLL %} +
+

blogroll

+ +
+ {% endif %} + {% if SOCIAL %} +
+

social

+ +
+ {% endif %} +
+ + + + +