Feat: add error template

This commit is contained in:
Grail Finder
2025-05-04 08:47:22 +03:00
parent e335bf9dc8
commit 5dbb80121d
3 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<div class="flex h-screen">
<!-- Left Panel -->
{{template "teampew" "blue"}}
{{template "cardtable" .}}
<!-- Right Panel -->
{{template "cardtable" "red"}}
{{template "teampew" "red"}}
</div>
{{end}}