Files @ c30a3b0649d5
Branch filter:

Location: CSY/sefm2020/themes/bootstrap3/templates/includes/sidebar/macros.jinja

Hans-Dieter Hiep
Recovered changes not committed or pushed
1
2
3
4
5
6
7
{% macro title(name, no_icon, icon='home') -%}
  {%- if no_icon -%}
    {{ name }}
  {%- else -%}
    <i class="fa fa-{{ icon }} fa-lg"></i><span class="icon-label">{{ name }}</span>
  {%- endif -%}
{%- endmacro %}