This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
Overview
Inserts an image tag for an image URL.
Attributes
This filter has no attributes.
Examples
Basic Usage
Defining Custom Alt Texts
The image tag automatically creates an alt text attribute based on the image file's name. The alt tag can be overridden if desired:
img_tag and Variables
img_tag can also be used for variables:
{{ feed.image_url | img_tag }}
FAQ
This filter does not have any FAQs
Related Topics
|