mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-12-22 19:49:36 +00:00
6 lines
97 B
HTML
6 lines
97 B
HTML
|
{{ define "main" }}
|
||
|
<div class="content">
|
||
|
<h3>{{ .Title }}</h3>
|
||
|
{{ .Content }}
|
||
|
</div>
|
||
|
{{ end }}
|