{% extends 'base.html' %} {% block styling %} {% endblock %} {% block content %}

Yark

{% if visited %}

Recent Archives:

{% for id in visited %} {{ id }} {% endfor %}
{% endif %} {% endblock %}