base.html (394B)
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/robstyle.css?v=139" 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 <br> 13 $:content 14 <br> 15 </BODY>