ec2stack/templates/image_attribute.xml (11 lines of code) (raw):

{% extends "response.xml" %} {% block response_content %} <imageId> {{ id }} </imageId> <{{ attribute }}> <value> {{ value }} </value> </{{ attribute }}> {% endblock %}