mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 15:35:42 +01:00
17 lines
656 B
HTML
17 lines
656 B
HTML
{{ define "main" }}
|
|
<section class="section">
|
|
<div class="container">
|
|
<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>
|
|
</section>
|
|
{{ end }} |