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

alert.html « shortcodes « layouts - github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee1eb0225805f1fd5dd6cf5911f88ede2f9ae0ff (plain)
1
2
3
<div class="alert alert-{{ .Get "type"}}">
    <strong>{{.Inner | markdownify }}</strong>
</div>