{% extends "base.html" %} {% block title %}posts{% endblock %} {% block head %}{% endblock %} {% block breadcrumb %}
  • posts
  • {% endblock %} {% block content %}

    Tags

    {% for tag in tags %}

    {{ tag.name }}

    {% endfor %} {% endblock %}