mirror of
https://github.com/searxng/searxng
synced 2024-11-07 03:20:28 +00:00
4 lines
104 B
HTML
4 lines
104 B
HTML
|
{% macro icon(action) -%}
|
||
|
<span class="glyphicon glyphicon-{{ action }}"></span>
|
||
|
{%- endmacro %}
|