5 lines
119 B
HTML
5 lines
119 B
HTML
|
{{ $style := .Get "style" }}
|
||
|
<div class="table {{ $style }}" role="alert">
|
||
|
{{ print .Inner | markdownify }}
|
||
|
</div>
|