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
645 B

{{define "content"}}
<article class="wiki-index-page">
<header class="page-header">
<h1><span class="icon-inline">{{icon "book-open"}}</span> Wiki</h1>
{{if .Summary}}<p class="page-summary">{{.Summary}}</p>{{end}}
</header>
<div class="wiki-index-content">
{{if .WikiPages}}
<p><span class="icon-inline">{{icon "arrow-right"}}</span> Select an article from the sidebar to get started.</p>
{{else}}
<p><span class="icon-inline">{{icon "inbox"}}</span> No wiki articles available yet.</p>
{{end}}
</div>
</article>
{{end}}
{{/* Feed is defined in components.html */}}