$def with (doc, ia_base_url="https://archive.org") $ ocaid = doc.get('ocaid')
  • $ cover = "%s/services/img/%s" % (ia_base_url, ocaid) $_('Cover of: %(title)s', title=ocaid)
    $# The following (empty) div is to aid in formatting the layout.