szurubooru/client/html/expander.tpl

11 lines
208 B
Smarty
Raw Normal View History

2016-08-22 00:53:53 +02:00
<section class='expander'>
<header>
<a>
<%- ctx.title %>
<i class='fa fa-chevron-down'></i>
</a>
</header>
<div class='expander-content'></div>
</section>