summaryrefslogtreecommitdiffstats
path: root/templates/layouts/redirect.html
blob: 8e40b7249e8f730e749295cbc9e5e068f24b7dc2 (plain) (blame)
1
2
3
4
5
6
<main class="c-main l-container l-container--pad-x l-container--pad-y l-container--narrow s-links s-links--colored s-headlines">
    <h1 class="u-mt-0">
        <span class="s-headlines__title-inner">$title$</span>
    </h1>
    <p>This page should redirect you to <a href="$url.abs$">$url.abs$</a>.</p>
</main>