mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
8 lines
No EOL
180 B
HTML
8 lines
No EOL
180 B
HTML
<template name="storeMgmt">
|
|
<div class="container">
|
|
<h4>Store Management</h4>
|
|
{{> storeMgmtForm}}
|
|
<hr>
|
|
{{> storeMgmtTbl}}
|
|
</div>
|
|
</template> |