| Macro | $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> |
| Description | iframe support |
| Macro | $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> |
| Description | iframe support |