You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
381 B
5 lines
381 B
<span class="plugin_picture{% if picture.float %} align-{{ picture.float }}{% endif %}">
|
|
{% if link %}<a href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}{{ link }}">{% endif %}
|
|
<img src="{{ picture.image.url }}" alt="{{ picture.alt }}"{% if picture.longdesc %} title="{{ picture.longdesc }}"{% endif %} />
|
|
{% if link %}</a>{% endif %}
|
|
</span> |