Welcome to mirror list, hosted at ThFree Co, Russian Federation.

alert.html « shortcodes « layouts - github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13e24f0606c0e96b05f66d57f118211e169d62a5 (plain)
1
2
3
4
{{ $style := .Get "style" }}
<div class="alert alert-{{ $style }}" role="alert">
    {{ print .Inner | markdownify }}
</div>