summaryrefslogtreecommitdiff
path: root/templates/bin/country_sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bin/country_sidebar.html')
-rw-r--r--templates/bin/country_sidebar.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/bin/country_sidebar.html b/templates/bin/country_sidebar.html
new file mode 100644
index 0000000..03570da
--- /dev/null
+++ b/templates/bin/country_sidebar.html
@@ -0,0 +1,6 @@
+<ul>
+ {%for country in country_list %}
+ <li><a href="/writing/{{country.slug}}/1/" title="See all writing from {{country.name|title}}">{{country.name}}</a></li>
+ </li>
+ {% endfor %}
+</ul> \ No newline at end of file