maces / fastapi-htmx

Extension for FastAPI to make HTMX easier to use.
GNU Lesser General Public License v3.0
212 stars 9 forks source link

Add support for multiple template collections #19

Closed maces closed 6 months ago

maces commented 6 months ago

Based on Issue #11 this PR adds support for multiple template directories in the same app. The whole solutions is optional but when used needs to be used in every endpoint. Additionally the templates file extension can now be overridden globally.