# File lib/aeolus_image/model/warehouse/image.rb, line 118
        def template_xpath(path)
          xml = template_xml
          xml.present? ? xml.xpath(path).text : ""
        end