It looks like you're offline.
Open Library logo
additional options menu

iframe support

This doc was last edited by Anand Chitipothu June 14, 2010.

plugin upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
   1
   2
   3
   4
$def with (url, **attrs)

$if url.startswith("http://www.archive.org/"):
    <iframe src="$url" $' '.join('%s="%s"' % (k, v) for k, v in attrs.items())></iframe>