mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Generate ReadMe with Flask
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{% macro img(src, alt='image', width='') -%}
|
||||
<img src="{{ src }}" alt="{{ alt }}" {% if width != '' %}width="{{ width }}"{% endif %}/>
|
||||
{%- endmacro %}
|
||||
Reference in New Issue
Block a user