{% if include.type == "note" or include.type == "info" or include.type == "danger" or include.type == "warning" %}
{% if include.type == "note" %}infoInfo:  {% elsif include.type == "info" %}check_boxTip:  {% elsif include.type == "danger" %}warningWarnung:  {% elsif include.type == "warning" %}errorWichtig:  {% endif %} {{ include.content }}
{% else %}
infoInfo: {{ include.content }}
{% endif %}