Wave {% include 'components/big-quiz-2019/wave' %}
#
HTML
<div class="bq19-wave bq19-wave--color-green-primary">
	<svg class="bq19-wave__image" width="1400px" height="100px" viewBox="0 0 1400 100" preserveAspectRatio="none" focusable="false">
		<path d="M0,5 C700,-30 800,220 1400,20 L1400,100 L0,100" />
	</svg>
</div>
Twig
<div class="bq19-wave bq19-wave--color-green-primary">
	<svg class="bq19-wave__image" width="1400px" height="100px" viewBox="0 0 1400 100" preserveAspectRatio="none" focusable="false">
		<path d="M0,5 C700,-30 800,220 1400,20 L1400,100 L0,100" />
	</svg>
</div>
{}