{% extends 'base.html' %} {% block title %}404 NOT FOUND{% end %} {% block content %}

Sorry, the page you were looking does not exist.

What about...
{% for archive in config.archives %}

{{ archive[0] }}

{% end %}
{% end %}