mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
8 lines
No EOL
177 B
HTML
8 lines
No EOL
177 B
HTML
<template name="catMgmt">
|
|
<div class="container">
|
|
<h4>Category Management</h4>
|
|
{{> catMgmtForm}}
|
|
<hr>
|
|
{{> catMgmtTbl}}
|
|
</div>
|
|
</template> |