# File lib/aeolus_image/model/image.rb, line 72
      def description
        unless @description
          @description = template_xml.xpath("/template/description").text
        end
        @description
      end