+ {{template "org/header" .}} + {{template "org/menu" .}} +
+ {{if .WikiEmpty}} +
+
+ {{svg "octicon-book" 48}} +
+ This organization doesn't have a wiki yet. +
+

+ Create a repository named wiki (public) or wiki-private (members-only) + with markdown files to get started. +

+
+ {{else}} +
+ + {{if .WikiPageNotFound}} +
+
+ {{svg "octicon-alert" 24}} +
+
Page not found
+

The page "{{.CurrentPage}}" does not exist in this wiki.

+
+
+ {{if .Pages}} +

Available pages:

+ + {{end}} +
+ {{else}} +
+
+ {{.WikiContent}} +
+ + {{if or .WikiSidebarHTML .Pages}} + + {{end}} + +
+ + {{if .WikiFooterHTML}} + + {{end}} +
+ {{end}} + {{end}} +
+