Files @ 3ae4cc99a7e2
Branch filter:

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

Benjamin Lion
Adding committees and their members.
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 %}