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

button.html « shortcodes « layouts - github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27fcf26126b133d83e757b54fad5475105082139 (plain)
1
2
3
4
5
6
{{ $style := .Get "style" }}
{{ $link := .Get "link" }}

<a href="{{ $link }}" class="btn btn-{{ $style }}">
    {{ print .Inner | markdownify }}
</a>