mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-09 20:20:06 +00:00
12 lines
No EOL
315 B
HTML
12 lines
No EOL
315 B
HTML
{{ define "main" }}
|
|
<div class="content">
|
|
<h3 id="support">Support {{ .Params.name }}</h3>
|
|
<p markdown="1">{{ .Content }}</p>
|
|
|
|
<p markdown="1">
|
|
If you get value out of {{ .Params.name }} and wish to see it continue,
|
|
you can send some XMR to this address:
|
|
</p>
|
|
{{ partial "donate.html" . }}
|
|
</div>
|
|
{{ end }} |