mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
6 lines
122 B
HTML
6 lines
122 B
HTML
|
|
<template name="catMgmt">
|
||
|
|
<h4>Category Management</h4>
|
||
|
|
{{> catMgmtForm}}
|
||
|
|
<hr>
|
||
|
|
{{> catMgmtTbl}}
|
||
|
|
</template>
|