You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickly looking at the code you've written it looks like that DotLiquid has a global static setting for the tempaltes path which you could set at the beginning of your Program.fs and simply call this once:
The
extends
andblock
feature is documented here.Could this be supported in Giraffe.DotLiquid?
Here's a rough working version that hardcodes the templates directory: https://gist.github.com/srid/645fcc6363852e7617c4fd356463860a
The text was updated successfully, but these errors were encountered: