DylanLukes / renkon

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix template resolution #81

Closed DylanLukes closed 3 months ago

DylanLukes commented 3 months ago

Currently, Jinja templates are stored in src/renkon/web/templates and are packaged when built. However, template resolution does not work as it is relative to the working directory.

Goal: fix template resolution so that it is appropriately relative to src/renkon/web/app.py.