mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
3 lines
104 B
HTML
3 lines
104 B
HTML
{% macro icon(action) -%}
|
|
<span class="glyphicon glyphicon-{{ action }}"></span>
|
|
{%- endmacro %}
|