{% extends 'layout.html' %} {% load helpers %} {%block title %} Home {%endblock%} {% block content %}
{% for section in stats %}
{{ section.label }}
{% endfor %}

Changelog

{% include 'changelog.html' %}
{% endblock %}