Files
hugo/layouts/shortcodes/warning.html
T

4 lines
151 B
HTML

<div class="warning">
<h2>{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Warning{{end}}</h2>
<div class="shortcode-content">{{- .Inner -}}</div>
</div>