1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-25 07:20:15 +02:00
searxng/searx/templates/oscar/macros.html
2014-10-05 14:40:46 +02:00

4 lines
104 B
HTML

{% macro icon(action) -%}
<span class="glyphicon glyphicon-{{ action }}"></span>
{%- endmacro %}