Renaming some files

This commit is contained in:
Asaf Gartner 2021-08-08 23:09:12 +03:00
parent 660f65ba95
commit 9dc3bfaa5c
2 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
{{ 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 }}