Files
2017-12-21 11:42:41 +01:00

10 lines
191 B
Plaintext

if collapsed
.ui.header{action 'toggleCollapsed'}
i.arrow.right.icon
.content= title
else
.ui.header{action 'toggleCollapsed'}
i.arrow.down.icon
.content= title
= yield