{% extends 'layout.html' %} {% block title %} Tags {% endblock %} {% block content %}

Tags

{% for tag in list %} {% if tag|slugify %}

{{ tag }}  | 
{% endif %} {% endfor %}

{% endblock %}