mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-27 08:42:44 -04: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}}.
2 lines
16 B
HTML
2 lines
16 B
HTML
<h1>Header</h1>
|