{% if ui and ui == 'm' -%} {%- endif %} {% block head %} {% endblock %}
{#- ###################### Some macros ###################### -#} {#- This Macro implements the Bootstrap breadcrumb component. Usage is: {{ breadcrumb([('/s/rua/','Home'), ('/s/rua/2012/','2012')],'April') }} -#} {%- macro breadcrumb(parents, this_page) %} {%- if this_page %} {%- endif %} {%- endmacro -%} {#- This macro outputs navbar list items and sets the active state based on if the href is '#' or './' -#} {%- macro navli(id, name) -%} {% if nav[id] == "#" or nav[id] == "./" -%}