{% extends "base.html" %} {% block content %}
{% for item in items %}
{% if item.link %}{% endif %}{{ item.title }}{% if item.link %}{% endif %}

{{ item.description }}

{% endfor %}
{% endblock %}