1
0
Fork 0
yinghong-massage.de/templates/macros.html
2023-05-31 01:11:17 +02:00

4 lines
223 B
HTML

{% macro btn(link, text) %}
<a class="no-underline w-fit text-center my-1 px-4 py-2 text-white bg-green-700 rounded hover:scale-110 transition duration-500"
href="{{ link | safe }}">{{ text }}</a>
{% endmacro %}