Add partials

This commit is contained in:
ItsDrike 2021-08-24 19:49:26 +02:00
parent 16103599b3
commit 9f753226f6
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
6 changed files with 52 additions and 11 deletions

View file

@ -4,9 +4,6 @@
<title>{{.Title}}</title>
</head>
<body>
<h1>{{.Title}}</h1>
<h4>{{.Date}}</h4>
<br>
{{.Content}}
{{ partial "content.html" . }}
</body>
</html>