blob: 0cdb874fd618ba35b18dee93c9146aaeff93c6cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{#include base.html}
{#title}Newsletter Registration — Benki{/title}
{#siteSection}Newsletter{/siteSection}
{#wikiClass}this-page{/wikiClass}
{#nav}{#navbar siteSection="Newsletter" /}
{#head}{/head}
{#body}
<article id="newsletter-registration">
<header>
<h1>Newsletter Registration</h1>
</header>
<section>
<p>In order to complete your registration, please check your email inbox and click
the link in the confirmation mail.</p>
</section>
</article>
{/body}
{/include}
|