{"00000:1": "
<!doctype html>\n\n<html lang="en">\n<head>\n <meta charset="utf-8" />\n <meta name="viewport" content="width=1024" />\n <meta name="apple-mobile-web-app-capable" content="yes" />\n <title>Learn Python The Hard Way Introduction</title>\n \n <link href="impress-demo.css" rel="stylesheet" />\n \n <link rel="shortcut icon" href="favicon.png" />\n</head>\n\n<body class="impress-not-supported">\n\n<div class="fallback-message">\n <p>Your browser sucks, so you don't get the fancy version of the site. Enjoy, troglodyte.</p>\n <p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>\n</div>\n\n<div id="impress">\n {{ content }}\n</div>\n\n<div class="hint">\n <p>Use a spacebar or arrow keys to navigate</p>\n</div>\n<script>\nif ("ontouchstart" in document.documentElement) { \n document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";\n}\n</script>\n\n<script src="impress.js"></script>\n<script src="jquery.js"></script>\n<script>\n $(document).ready(function() {\n $('.step').map(function (i, x) {\n var rand = Math.round(Math.random() * 10) + 1;\n $(x).attr('data-y', rand * 7000);\n $(x).attr('data-x', 7000 * i);\n $(x).attr('data-scale', rand);\n });\n\n impress().init();\n });\n</script>\n\n</body>\n</html>\n