-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Hi Octavore.
Thanks for a great product!
Tell me please, is it possible to do something like this in templates:
<html>
<head>
{{ template "header" . }}
// pr
{{ partial "header". }} <- like hugo do?
</head>
...
header.html:
{{define "header"}}
<meta>
<link rel="stylesheet" ..>
{{end}}
As far as I can see right now, system gives me an error, any ideas how i can do this?
thanks for reply in advance