detail table

This commit is contained in:
Zeni Kim 2024-10-27 12:55:12 -05:00
parent 91455fc972
commit 80520260c9
2 changed files with 40 additions and 1 deletions

View file

@ -8,6 +8,9 @@
<div class="row">
{{template "content_table" .ContentTable}}
</div>
<div class="row">
{{template "content_tabledetail" .ContentTabledetail}}
</div>
</fieldset>
</div>
{{template "page_footer"}}