mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
6 lines
132 B
Twig
6 lines
132 B
Twig
{% if not template.cp.buttons.isEmpty() %}
|
|
<div id="buttons">
|
|
{{ buttons(template.cp.buttons) }}
|
|
</div>
|
|
{% endif %}
|