4 lines
262 B
HTML
4 lines
262 B
HTML
|
|
<section class="section-skewed padding-container-3" style="background: {{ .Get 1 | safeCSS }}; background: linear-gradient(170deg, {{ .Get 1 | safeCSS }} 0%, {{ .Get 0 | safeCSS }} 49%, {{ .Get 1 | safeCSS }} 100%);">
|
|
{{ .Inner | markdownify }}
|
|
</section>
|