caddy/middleware/markdown
Maxime 6451e10d3e Add context to markdown template
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}}.
2015-07-21 07:58:34 +02:00
..
blog Add context to markdown template 2015-07-21 07:58:34 +02:00
header.html Add context to markdown template 2015-07-21 07:58:34 +02:00
markdown_test.go Add context to markdown template 2015-07-21 07:58:34 +02:00
markdown_tpl.html Add context to markdown template 2015-07-21 07:58:34 +02:00
markdown.go Add context to markdown template 2015-07-21 07:58:34 +02:00
metadata_test.go Fix for Issue 72: Markdown: 500 for YAML metadata 2015-05-13 00:44:35 +01:00
metadata.go Update error strings (start with lowercase letters) 2015-06-07 20:49:17 -04:00
process.go Add context to markdown template 2015-07-21 07:58:34 +02:00