Exemplo n.º 1
0
 def index():
     return render_template(
         "index.jinja2",
         charts_names=CHARTS_NAMES,
         configs=CONFIG_ITEMS,
         interpolations=INTERPOLATIONS,
         styles_names=styles.keys(),
     )
Exemplo n.º 2
0
 def index():
     return render_template('index.jinja2',
                            charts_names=CHARTS_NAMES,
                            configs=CONFIG_ITEMS,
                            interpolations=INTERPOLATIONS,
                            styles_names=styles.keys())
Exemplo n.º 3
0
 def index():
     return render_template(
         'index.jinja2', charts_names=CHARTS_NAMES, configs=CONFIG_ITEMS,
         interpolations=KINDS, styles_names=styles.keys())