kblomqvist / yasha

A command-line tool to render Jinja templates for great good
MIT License
246 stars 23 forks source link

Allow multiple file extensions #47

Open kblomqvist opened 6 years ago

kblomqvist commented 6 years ago
yasha -e extensions.py -e additional_extensions.py template.j2

This makes sense as Python modules will be supported in future.

yasha -e latex -e extensions.py template.j2

The latex extensions would have been installed as

pip install yasha_latex