1 2 3 4 5 6
<div class="{{ css_class }}" role="alert"> {%- if title %} <strong>{{ title }}</strong> {%- endif %} <span>{{ message }}</span> </div>