diff options
Diffstat (limited to 'templates/includes/regions_sidebar_template.html')
-rw-r--r-- | templates/includes/regions_sidebar_template.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/includes/regions_sidebar_template.html b/templates/includes/regions_sidebar_template.html new file mode 100644 index 0000000..ce14e68 --- /dev/null +++ b/templates/includes/regions_sidebar_template.html @@ -0,0 +1,6 @@ +<ul> + {%for region in region_list %} + <li><a href="/writing/{{region.slug}}/1/" title="See all writing from {{region.name|title}}">{{region.name}}</a></li> + </li> + {% endfor %} +</ul>
\ No newline at end of file |