7 lines
183 B
HTML
7 lines
183 B
HTML
|
{% extends '../global.html' %}
|
||
|
|
||
|
{% load responsive_images %}
|
||
|
|
||
|
{% block content %}
|
||
|
<img class="RV-Image" src="{% src image.image_file 1920x1200 nocrop %}" />
|
||
|
{% endblock content %}
|