More work done, more placeholder content. Can't be bothered to make all content multilingual. Code should be compliant though.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ define "main" }}
|
||||
<h2 class="title">{{ .Title }}</h2>
|
||||
{{ partial "pageHeader.html" . }}
|
||||
{{ partial "list.html" .}}
|
||||
{{ end }}
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<h2 class="title">{{ .Title }}</h2>
|
||||
{{ partial "pageHeader.html" . }}
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user