<!--
     write!(w, "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">")?;
-->
<html lang="en">
    <head>
        <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
        <title>
            The Pijul Nest
        </title>
    </head>
    <body style="font-family:sans-serif;padding:0.2em 1em;">
        <div style="{CONTENT_STYLE}">
            <h1>Welcome to The Nest</h1>
            <div style="padding: 1em 0;">
                <p>
                    <a style="{A_STYLE}" href="https://{self.host}/register?token={self.token}">Click here to confirm your email address</a>
                </p>
            </div>
        </div>
        <div style="{FOOTER_STYLE}">
            <p>
                &#8212;
                <br/>
                You're receiving this email because you or someone else signed up for an account on <a style="{A_STYLE}" href="https://{self.host}">{self.host}</a>. If you did not sign up yourself, you can safely ignore this email.

                We are really happy to have you join the community, and hope you will find us as friendly and enjoyable as we do. Should you have any question, you can open a discussion  <a href="https://nest.pijul.com/pijul/pijul">on the Nest</a>, ask it <a href="https://discourse.pijul.org">on our Discourse</a>, come chat with us <a href="https://pijul.zulipchat.com">on Zulip</a>, or reach us directly at <a href="mailto:contact@pijul.org">contact@pijul.org</a>.
                <script type="application/ld+json">{
                     "@context":"http://schema.org","@type":"EmailMessage","action":{
                         "potentialAction": {
                             "@type": "ConfirmAction",
                             "name": "Confirm signup",
                             "handler": {
                                 "@type": "HttpActionHandler",
                                 "url": "https://{self.host}/register?token={self.token}"
                             }
                         },
                         "description": "Confirm creation of an account on {self.host}."
                     }
                 }</script>
            </p>
        </div>
    </body>
</html>