aboutsummaryrefslogblamecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/sidebar/macros.jinja
blob: b830923082408601a04de84973ea94c313f257b4 (plain) (tree)
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 %}