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,15 @@
|
||||
{% for element in data.about -%}
|
||||
-
|
||||
{%- for part in element -%}
|
||||
{{ " " }}
|
||||
{%- if part.type == "icon" or part.type == "text" -%}
|
||||
{%- if part.isBold -%}**{%- endif -%}
|
||||
{{ part.content }}
|
||||
{%- if part.isBold -%}**{%- endif -%}
|
||||
{%- elif part.type == "a" -%}
|
||||
{{ a(part.href, part.content) }}
|
||||
{%- else -%}
|
||||
{{"Error: No type found"}}
|
||||
{%- endif -%}
|
||||
{%- endfor %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user