summaryrefslogtreecommitdiff
path: root/client/html/expander.tpl
blob: 35c8e6851b0220b30cbebfec34227a082a0ef71f (plain)
1
2
3
4
5
6
7
8
9
10
<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>