Files
gralias/components/room.html
2025-05-04 08:47:22 +03:00

10 lines
198 B
HTML

{{define "room"}}
<div class="flex h-screen">
<!-- Left Panel -->
{{template "teampew" "blue"}}
{{template "cardtable" .}}
<!-- Right Panel -->
{{template "teampew" "red"}}
</div>
{{end}}