mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
11 lines
210 B
HTML
11 lines
210 B
HTML
{{ define "main" }}
|
|
<div class="row justify-content-center">
|
|
<div class="col-md-12 col-lg-10 col-xl-8">
|
|
<article>
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|