avances en tablas

This commit is contained in:
JACS 2026-05-02 21:38:15 -05:00
parent 65f7715b05
commit cc0c524337
7 changed files with 339 additions and 255 deletions

View file

@ -24,10 +24,12 @@
{{.Content}}
{{else}}
<div class="container-xl{{if .ContainerCentered}} my-auto{{end}}{{if .ContainerClass}} {{.ContainerClass}}{{end}}">
{{if .TableRows}}
<div class="card">
{{template "tabler_table" .}}
</div>
{{if hasField . "Tables"}}
{{range .Tables}}
<div class="card{{if .CardClass}} {{.CardClass}}{{end}}">
{{template "tabler_table" .}}
</div>
{{end}}
{{else}}
{{.Content}}
{{end}}