baseddata.io/layouts/shortcodes/table.html

4 lines
129 B
HTML
Raw Normal View History

2025-01-11 15:10:53 +00:00
<section class = 'table-container' id = '{{ .Get "id" }}-container'>
<div id="{{ .Get "id" }}" class="table"></div>
</section>