16 lines
493 B
HTML
16 lines
493 B
HTML
|
|
{{define "body"}}
|
||
|
|
<main>
|
||
|
|
<div class="c-section" style="margin-top: 25px;">
|
||
|
|
<div class="c-section__content">
|
||
|
|
<p class="t-p1">
|
||
|
|
Thank you for ordering my music and I hope you enjoy it!
|
||
|
|
</p>
|
||
|
|
<p class="t-p1">
|
||
|
|
Yours truly,<br>
|
||
|
|
Thomas Pol
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 50px"><a href="/" style="margin-top: 10px" class="c-button">HOME</a></p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</main>
|
||
|
|
{{end}}
|