{% load sorl_thumbnail cache %} {% cache None lazy_responsive_image image geometry format alt upscale classes mobile options %}{% spaceless %} {% thumbnail image geometry format=format upscale=upscale options=options as thumb_default %} {% thumbnail image geometry upscale=upscale format="WEBP" options=options as thumb_webp %} {% include "ocyan/thumbnail/lazy_renditions.html" with type="image/webp" thumb=thumb_webp mobile=mobile_webp %} {% endthumbnail %} {% include "ocyan/thumbnail/lazy_renditions.html" with thumb=thumb_default %} {% include "ocyan/thumbnail/lazy_img.html" with thumb=thumb_default %} {% endthumbnail %} {% endspaceless %}{% endcache %}