示例#1
0
 def index():
     return render_template(
         "index.jinja2",
         charts_names=CHARTS_NAMES,
         configs=CONFIG_ITEMS,
         interpolations=INTERPOLATIONS,
         styles_names=styles.keys(),
     )
示例#2
0
 def index():
     return render_template('index.jinja2',
                            charts_names=CHARTS_NAMES,
                            configs=CONFIG_ITEMS,
                            interpolations=INTERPOLATIONS,
                            styles_names=styles.keys())
示例#3
0
文件: __init__.py 项目: flg8r96/pygal
 def index():
     return render_template(
         'index.jinja2', charts_names=CHARTS_NAMES, configs=CONFIG_ITEMS,
         interpolations=KINDS, styles_names=styles.keys())