tarinaretake

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

base.html (342B)


      1 $def with (content)
      2 <!doctype html>
      3 <HEAD>
      4     <meta charset="utf-8">
      5     <title>Tarina | video & audio recorder with glue</title>
      6     <link rel="stylesheet" href="/static/style.css?v=35" type="text/css" rel="stylesheet"/>
      7     <script src="/static/jquery-3.7.1.min.js" type="text/javascript"></script>
      8 </HEAD>
      9 
     10 <BODY>
     11 
     12     $:content
     13 
     14 </BODY>