1
0
Fork 0
yinghong-massage.de/templates/macros.html
2023-05-31 02:27:56 +02:00

4 lines
247 B
HTML

{% macro btn(link, text) %}
<a class="py-2 px-4 my-1.5 mx-3 w-full max-w-screen-md text-center text-white no-underline bg-green-700 rounded transition duration-500 hover:scale-105"
href="{{ link | safe }}">{{ text }}</a>
{% endmacro %}