5 lines
253 B
HTML
5 lines
253 B
HTML
|
|
<section style="background: url({{ .Image }}); background-size: cover; background-repeat: no-repeat; color: black; padding-left: 1em; padding-top: 1em; padding-right: 1em;">
|
|
{{ .Content | safeHTML }}
|
|
<div class="section-end-triangle"></div>
|
|
</section>
|