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:
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
{{ if ne .Params.authors nil}}
|
||||
{{ partial "projectPageHeader.html" . }}
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end}}
|
||||
{{ partial "list.html" . }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user