mirror of
https://github.com/wahyd4/caddy.git
synced 2026-08-20 10:46:17 +10:00
Created a struct containing middleware.Context, Title, Markdown and the
variables from the user to use to render the template.
The title now can be accessed via {{.Title}}.
The variables can now be accessed via {{.Var.myVariableName}}.