get_my/client/AdminMgmt/StoreMgmt/storeMgmt.html
2022-08-23 13:41:21 -05:00

8 lines
No EOL
180 B
HTML

<template name="storeMgmt">
<div class="container">
<h4>Store Management</h4>
{{> storeMgmtForm}}
<hr>
{{> storeMgmtTbl}}
</div>
</template>