コード例 #1
0
def render_static(out, name):
    template_utils.render_static(out, name, [templates_dir])
コード例 #2
0
ファイル: util.py プロジェクト: nocsysmars/cicada-loxigen
def render_static(out, name):
    template_utils.render_static(out, name, template_path)