2018-01-13 08:05:21 +01:00
|
|
|
{{ define "main" }}
|
2018-01-13 07:40:20 +01:00
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
2018-01-13 19:39:29 +01:00
|
|
|
<article class="message">
|
|
|
|
<div class="message-body">
|
|
|
|
<p>The below wiki article is based on user submitted content. Please verify <strong>all</strong> hyperlinks and terminal commands below!</p>
|
|
|
|
<p>See a mistake? Want to contribute? <a href="{{ .Site.Params.GithubURL }}/wiki/{{ .File.BaseFileName }}/_edit/">Edit this article on Github</a></p>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
|
2018-01-13 07:40:20 +01:00
|
|
|
<h1 class="title">{{ .Title }}</h1>
|
|
|
|
<div class="content">
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-01-13 08:05:21 +01:00
|
|
|
</section>
|
|
|
|
{{ end }}
|