{% extends 'base.html' %} {% load staticfiles %} {% block content %}

Tags

{% if tags %} {% for tag in tags %} 📌 {{ tag.name }}   {% endfor %} {% endif %}
{% endblock %}