% if 'image' in dashboard_config: % else: {{ dashboard_config['title'] }} % end
    % for tab in tabs:
  • {{ tab['name'] }}
  • % end
    • % for i, plot in enumerate(plots):
    • {{ plot['title'] }}
    • % end