{{ warning("redirect.html is an old template path, that is no longer used by ablog. Please use ablog/redirect.html instead.") }}
{%- extends "!layout.html" %}
{%- block extrahead %}
{{ super() }}
{% endblock extrahead %}
{% block body %}
You are being redirected to {{ post.title }} in {{ ablog.post_redirect_refresh }} seconds;
{% endblock body %}