{% comment %} A small module that is used on the front page to display the support actions. Parameters: image string HTML-Element to use as the image. title string This actions title. content string The actions content (a more detailed descripton). url string The URL used to take the action. cta string The title shown in the CTA button. {% endcomment %}
{{ include.image }}
{% if include.title %}{{ include.title }}{% endif %} {{ include.content }}
{{ include.cta }}