aboutsummaryrefslogtreecommitdiffstats
path: root/lightweight/templates/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'lightweight/templates/sidebar.html')
-rw-r--r--lightweight/templates/sidebar.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/lightweight/templates/sidebar.html b/lightweight/templates/sidebar.html
new file mode 100644
index 0000000..964b43c
--- /dev/null
+++ b/lightweight/templates/sidebar.html
@@ -0,0 +1,5 @@
+<aside id="sidebar">
+ <h2>Sidebar</h2>
+{% block sidebar %}
+{% endblock %}
+</aside>