gonzopi

git clone https://git.tarina.org/gonzopi
Log | Files | Refs | README | LICENSE

base.html (409B)


      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/style.css?v=135" type="text/css" rel="stylesheet"/>
      7     <meta name="viewport" content="width=device-width, initial-scale=1">
      8     <script src="/static/jquery-3.7.1.min.js" type="text/javascript"></script>
      9 </HEAD>
     10 
     11 <BODY>
     12 
     13     $:content
     14 
     15 </BODY>