Is your feature request related to a problem? Please describe.
Users should be able to create their own templates to add to Ghastly, to use in place of default template files.
Describe the feature you'd like.
Right now, when Ghastly uses a template, it has the specific template file hard-coded (not talking about the jinja env setup - I think pointing to a template directory that must exist is fine). In order to allow for customized/alternate templates to be used without modifying the source code, the choice of template file used should be an input parameter, whose default value is whatever is currently hard-coded.
How can this issue be closed?
This issue can be closed when this change has been made to functions using jinja2 templates