github.com/wfusion/gofusion@v1.1.14/common/infra/watermill/docs/layouts/shortcodes/message.html (about) 1 <div class="message {{ .Get "type" }}" data-component="message"> 2 {{ if ne (.Get "title") "" }}<h5>{{ .Get "title" }}</h5>{{ end }} 3 {{ .Inner }} 4 </div>