Full demo

This commit is contained in:
Eden Kirin
2024-01-21 11:01:31 +01:00
parent 42ac91ce64
commit 26635bbff1
11 changed files with 292 additions and 62 deletions

View File

@ -27,6 +27,11 @@ templ baseLayout(pc PageContext) {
</a>
</li>
</ul>
if pc.User != nil {
<p class="alert alert-warning">
Hello, { pc.User.FirstName }
</p>
}
{ children... }
</div>
</body>