{% extends "fn_station/base.html" %} {% block scripts %} {% endblock %} {% block body %}

{{ title }}

{% for item in items %}

{{ item.title }}
{% for tag in item.tags %} {{tag.upper()}} {% endfor %}

{{ item.description }}

{% endfor %}
{% endblock %}