First public release

This commit is contained in:
Paweł Romanowski 2019-02-05 18:27:02 +00:00
commit deee53f745
66 changed files with 1956 additions and 0 deletions

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 %}