Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.44k stars 280 forks source link

It doesn't work when the `dir` starts with './' or '.\' #764

Open timongh opened 1 year ago

timongh commented 1 year ago

When dir starts with './' or '.\', no templates are added (' get_template_names' outputs nothing). But once I remove it, Tera works fine.

System: windows 10 Version: 1.17.1