{% 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] == "./" -%}
  • {%- else -%}
  • {%- endif -%} {{ name }}
  • {%- endmacro %} {% if nav -%} {%- endif %}
    {% if ui and ui == 'm' -%}
    Note! This is an experimental user interface that draws charts a bit differently. It is not finished and may malfunction or look odd. If you encounter any unusual behaviour you can go back to the Standard UI.
    {%- endif -%} {%- block content %}{% endblock %}
    {%- block scripts %}{% endblock %}