mirror of https://github.com/searxng/searxng.git
4 lines
104 B
HTML
4 lines
104 B
HTML
|
{% macro icon(action) -%}
|
||
|
<span class="glyphicon glyphicon-{{ action }}"></span>
|
||
|
{%- endmacro %}
|