{% macro List(component) %} {% set params = component.model %}
{% if params.content.title %}

{{ params.content.title }}

{% endif %} {% if params.content.text %}

{{ params.content.text }}

{% endif %} {% if params.type == 'numbered' %}
    {% else %}
{% else %} {% endif %}
{% endmacro %}