1
0
website/templates/special/index.tpl
2022-08-14 12:44:25 +03:00

9 lines
256 B
Smarty

<apply template="/templates/special/base">
<bind tag="special-main">
<div class="pt-1 pb-2 pl-4 bg-black text-gray-100">
<ema:route-tree>
<apply template="components/sidebar-tree" />
</ema:route-tree>
</div>
</bind>
</apply>