{% extends "index_page.html" %} {% block title %}Blogs {% endblock %} {% block css %} {% endblock %} {% block content %}
{% for year, year_blogs in blogs.items() %}

{{year}}

{%for blog in year_blogs%}
{% endfor %} {%endfor%}
{% endblock %}