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