emerson-argueta / gohtwind

Fullstack framework with go, htmx, and tailwind
MIT License
12 stars 0 forks source link

Fix template execution #10

Closed emerson-argueta closed 10 months ago

emerson-argueta commented 10 months ago

Should be able to execute global shared templates in the templates directory by calling something matching {{ template "base/*/.html}}. Should be able to execute templates in feature by calling something matching {{ template "feature_name///.html"}}