1{{ define "main" }}
2<main>
3 <article>
4 <h1 class="title">Redirecting...</h1>
5 <section class="body">
6 Please click <a href="{{ .Params.redirect }}">here</a> if you are not automatically redirected.
7 </section>
8 </article>
9</main>
10{{ end }}