1 2 3 4 5 6 7 8 9 10 11
<div class="{{ self.class_name() }}"> <span class="wf-callout-bar"></span> <div> {%- match title -%} {%- when Some with (text) -%} <span class="wf-callout-k">{{ text }}</span> {%- when None -%} {%- endmatch -%} {{ body_html }} </div> </div>