mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
{% macro a(src, alt) -%}
|
|
[{{ alt }}]({{ src }})
|
|
{%- endmacro %}
|
|
|
|
{% macro img(src, alt) -%}
|
|
!{{ a(src, alt) }}
|
|
{%- endmacro %}
|
|
|