Added search example.

This commit is contained in:
mikestefanello 2021-12-27 12:54:27 -05:00
parent 0239f46247
commit 6d62a19493
8 changed files with 95 additions and 14 deletions

View file

@ -17,7 +17,7 @@
<h1 class="title">
Hello{{if .IsAuth}}, {{.AuthUser.Name}}{{end}}
</h1>
<h2 class="subtitle">Welcome back!</h2>
<h2 class="subtitle">{{if .IsAuth}}Welcome back!{{else}}Please login in to your account.{{end}}</h2>
</div>
</div>
</section>