omegamma/layouts/shortcodes/sectionSkewed.html

4 lines
261 B
HTML

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