{% extends "layouts/base-electric.html" %} {% load static %} {% load string_helper %} {% block title %} Tags {% endblock title %} {% block content %} {% include "includes/navigation-transparent.html" %}

Tags


{% for tag in tags %} {{ tag|capfirst }} {% endfor %}
{% endblock content %}