szurubooru/client/html/expander.tpl
2016-08-22 01:40:30 +02:00

10 lines
208 B
Smarty

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