Renaming some files
This commit is contained in:
parent
660f65ba95
commit
9dc3bfaa5c
|
@ -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 }}
|
Loading…
Reference in New Issue