{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

{% for item in entries %}

{{ item.title }}

{{ item.description }}
{% endfor %}
{% endblock %}