mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 17:23:32 +01:00
5 lines
119 B
HTML
5 lines
119 B
HTML
{{ $style := .Get "style" }}
|
|
<div class="table {{ $style }}" role="alert">
|
|
{{ print .Inner | markdownify }}
|
|
</div>
|