Add support for sections with content
This commit is contained in:
parent
552c4e0bd5
commit
c973d4c930
4 changed files with 49 additions and 17 deletions
|
@ -1,4 +1,6 @@
|
|||
{{ partial "header.html" . }}
|
||||
{{ partial "content.html" . }}
|
||||
<div id="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ partial "recentnews.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue