szuru/client/html/expander.tpl

11 lines
226 B
Smarty

<section class='expander'>
<header>
<a href>
<span><%- ctx.title %></span>
<i class='fa fa-chevron-down'></i>
</a>
</header>
<div class='expander-content'></div>
</section>