+
+ {% set path_array = current_path | split(pat="/") %}
+ {% set taxonomy = path_array[1] %}
+ {% set tag = path_array[2] %}
+ {% if taxonomy == "tags" %} #
+ {{tag | replace(from='-', to='_' ) | title}}
+ {% endif %}
+
+
+
+
+{% endblock content %}
diff --git a/templates/partials/tagsSidebar.html b/templates/partials/tagsSidebar.html
new file mode 100644
index 000000000..062a69501
--- /dev/null
+++ b/templates/partials/tagsSidebar.html
@@ -0,0 +1,23 @@
+