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