Searched refs:template_filename (Results 1 – 2 of 2) sorted by relevance
226 template_filename = _resource_loader.get_path_to_datafile("template.html")227 if not os.path.exists(template_filename):229 template_filename))249 template_filename,
168 def to_string(template_filename, **kwargs): argument176 template = Template(filename=template_filename)188 def to_file(template_filename, output_filename, **kwargs): argument195 print(MakoTemplateWriter.to_string(template_filename, **kwargs), file=outfile)