finished theme v1

This commit is contained in:
2022-05-08 02:01:39 -04:00
parent ab59fe0dd5
commit ed67b83d39
21 changed files with 1444 additions and 54 deletions
+3
View File
@@ -0,0 +1,3 @@
{% if src %}
<img src="{{ src | safe }}"{% if alt %} alt="{{ alt }}"{% endif %} class="{% if position %}{{ position }}{% else -%} center {%- endif %}" {%- if style %} style="{{ style | safe }}" {%- endif %} />
{% endif %}