hmn/src/templates/src/auth_email_validation_succe...

14 lines
449 B
HTML

{{ template "base.html" . }}
{{ define "content" }}
<div class="content-block">
<h1>Welcome to Handmade Network, {{ .User.Name }}</h1>
<p class="b">Here's some interesting stuff you can find here:</p>
<ul>
<li>We have an active <a href="{{ .DiscordUrl }}">Discord</a> community</li>
<li>We have a <a href="{{ .PodcastUrl }}">Podcast</a></li>
</ul>
{{/* TODO(asaf): Describe what users can do on the network? */}}
</div>
{{ end }}