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.
21 lines
591 B
21 lines
591 B
{{define "content"}} |
|
<article class="wiki-page"> |
|
<header class="page-header"> |
|
<h1><span class="icon-inline">{{icon "file-text"}}</span> {{.Title}}</h1> |
|
{{if .Summary}}<p class="page-summary">{{.Summary}}</p>{{end}} |
|
</header> |
|
|
|
<div class="page-content"> |
|
{{.Content}} |
|
</div> |
|
|
|
{{if .TableOfContents}} |
|
<aside class="table-of-contents"> |
|
<h2><span class="icon-inline">{{icon "list"}}</span> Table of Contents</h2> |
|
{{.TableOfContents}} |
|
</aside> |
|
{{end}} |
|
</article> |
|
{{end}} |
|
|
|
{{/* Feed is defined in components.html */}}
|
|
|