Adds html_template_dir setting with which user can specify a list of paths which jinja2 should search for html templates before looking in the default templates directory shipped with ford.
Paths can be absolute or relative to the config file.
No options for changing template file names or broader structure so perhaps only really useful for tweaking current layout, but with this I could remove the jumbotron, for example.
Adds
html_template_dir
setting with which user can specify a list of paths which jinja2 should search for html templates before looking in the default templates directory shipped with ford.Paths can be absolute or relative to the config file.
No options for changing template file names or broader structure so perhaps only really useful for tweaking current layout, but with this I could remove the jumbotron, for example.
Simple approach to issue #280