docspell/website/site/templates/shortcodes/buttonright.html
2022-02-03 21:42:09 +01:00

6 lines
141 B
HTML

<div class="flex flex-row justify-end items-center">
<a class="no-default button1" href="{{ href }}">
{{ text }}
</a>
</div>