try:
            tmpl = Template(item)
            item = tmpl.substitute(LOCALURL=_get_url(metadata, ''))
        except KeyError as exception:
            logger.error('Could not find key ' + str(exception) + '.')