10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
|
{% load thumbnail %}
|
|
{% thumbnail path size crop="center" as im %}
|
|
{{ im.url }}
|
|
{% empty %}
|
|
no image
|
|
{% endthumbnail %}
|
|
|
|
path:{{ path }} size:{{ size }}
|