shared-bulma-theme/layouts/wiki/single.html

17 lines
656 B
HTML
Raw Normal View History

2018-01-13 08:05:21 +01:00
{{ define "main" }}
<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>
<h1 class="title">{{ .Title }}</h1>
<div class="content">
{{ .Content }}
</div>
</div>
2018-01-13 08:05:21 +01:00
</section>
{{ end }}