10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
{{define "page"}}
|
|
<html>
|
|
<body>
|
|
<h1>{{.Props.Title}}</h1>
|
|
<p>{{.Props.Content}}</p>
|
|
</body>
|
|
</html>
|
|
{{end}}
|
|
|