noahmorrison / chevron

A Python implementation of mustache
MIT License
480 stars 52 forks source link

Direct way to load template and json? #95

Closed ppKrauss closed 3 years ago

ppKrauss commented 3 years ago

DELETE!

import chevron
result = chevron.main('file.mustache','file.json')
print(result)