{% assign type = include.type | default: 'default' %} {% assign type_class = 'alert-' | append: type %} {% assign icon = include.icon | strip %} {% assign header = include.header | markdownify | remove: '
' | remove: '
' | strip %} {% assign body = include.body | markdownify | remove: '' | remove: '
' | strip %}{{ body }}
{{ body }}
{% endif %} {% endif %}