summaryrefslogtreecommitdiff
path: root/site/includes/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/includes/sidebar.html')
-rw-r--r--site/includes/sidebar.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/includes/sidebar.html b/site/includes/sidebar.html
new file mode 100644
index 00000000..0f7d2dad
--- /dev/null
+++ b/site/includes/sidebar.html
@@ -0,0 +1,6 @@
+{% for item in metadata.sidebar %}
+ <div class='meta'>
+ <div class='gray'>{{ item.title }}</div>
+ <div>{{ item.value }}</div>
+ </div>
+{% endfor %} \ No newline at end of file