mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 17:23:32 +01:00
7 lines
151 B
HTML
7 lines
151 B
HTML
{{ $style := .Get "style" }}
|
|
{{ $link := .Get "link" }}
|
|
|
|
<a href="{{ $link }}" class="btn btn-{{ $style }}">
|
|
{{ print .Inner | markdownify }}
|
|
</a>
|