get_my/client/AdminMgmt/StoreMgmt/storeMgmt.html

8 lines
180 B
HTML
Raw Normal View History

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