You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
485 B
18 lines
485 B
{{define "content"}} |
|
<article class="wiki-index-page"> |
|
<header class="page-header"> |
|
<h1>Wiki</h1> |
|
{{if .Summary}}<p class="page-summary">{{.Summary}}</p>{{end}} |
|
</header> |
|
|
|
<div class="wiki-index-content"> |
|
{{if .WikiPages}} |
|
<p>Select an article from the sidebar to get started.</p> |
|
{{else}} |
|
<p>No wiki articles available yet.</p> |
|
{{end}} |
|
</div> |
|
</article> |
|
{{end}} |
|
|
|
{{/* Feed is defined in components.html */}}
|
|
|