{% extends 'base.html' %} {% block title %}Benchmarking templates{% endblock %} {% block anchors %} {% for i in big_list %} {{ i }} {% endfor %}
Time to render is {{ timestamp() - old_time }} seconds.
{% endblock %} {% block controller %}{% endblock %}