1
0
Fork 0
yinghong-massage.de/templates/macros.html

5 lines
223 B
HTML
Raw Normal View History

2023-05-30 23:11:17 +00:00
{% 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 %}