{% set pageTitle = 'Tildes Issue Log - Redirecting…' %} {% set toRoot = '..' %} {% extends "base.html" %} {% set newURL = toRoot + '/' + year + '/' + month + '.html' %} {% block head %} <meta http-equiv="refresh" content="5; url={{ newURL }}" /> {% endblock %} {% block body %} <main id="main"> <p> You've followed an old link to the <a href="{{ newURL }}">{{ month|capitalize }} {{ year }} post</a>. </p> <p> You can click on the link to go to the new post or wait 5 seconds to be redirected. </p> </main> {% endblock %}