mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-23 15:31:40 -04:00
Moved the Context type to middleware and exported it. Users can use .Include and others in browse directive templating Created test for the templates directive.
2 lines
100 B
HTML
2 lines
100 B
HTML
<!DOCTYPE html><html><head><title>root</title></head><body>{{.Include "header.html"}}</body></html>
|