splash.html (384B)
1 $def with (content) 2 <!doctype html> 3 <HEAD> 4 <meta charset="utf-8"> 5 <title>Gonzo Pi | a reboot of filmmaking</title> 6 <link rel="stylesheet" href="/static/splash.css?v=200" type="text/css" rel="stylesheet"/> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta http-equiv="cache-control" content="no-cache"> 9 </HEAD> 10 11 <BODY> 12 13 $:content 14 15 </BODY>