{% include 'header.html' %}
{% include 'navigation.html' %}
ShcDevs:
{% for item in data %}
{{ item['name'] }}
({{item["date"]}})
{% endfor %}