{% macro layout_block(layout, graphs) -%} {%set i=0%}
{%for graph in graphs%} {% set col = (12/layout)|int %}
{{graph.title}}
{%set i=i+1%}
{%endfor%}
{%- endmacro %} {% macro screen_main_menu(current_top_screen, top_screens) -%}
{%- endmacro %} {% macro screen_sub_menu(current_top_screen, current_sub_screen, sub_screens) -%}
{%- endmacro %}