This commit is contained in:
Asaf Gartner 2024-06-23 16:51:06 +03:00
parent 81cb17b6eb
commit f29f697841
1 changed files with 7 additions and 9 deletions

View File

@ -1,13 +1,11 @@
{{ template "base.html" . }} {{ template "base-2024.html" . }}
{{ define "content" }} {{ define "content" }}
<div class="description"> <div class="mw6 ph3 pv3 center post-content">
<p> <h2>
<span class="big">Hi there, {{ if .User }}{{ .User.Name }}{{ else }}visitor{{ end }}!</span> Hi there, {{ if .User }}{{ .User.Name }}{{ else }}visitor{{ end }}!
</p> </h2>
<p> <div>We couldn't find what you were looking for:</div>
<span class="big">We couldn't find what you were looking for:</span><br /> <a href="{{ .Wanted }}">{{ .Wanted }}</a>
{{ .Wanted }}
</p>
</div> </div>
{{ end }} {{ end }}