tarina

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

base.html (262B)


      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=33" type="text/css" rel="stylesheet"/>
      7 </HEAD>
      8 <BODY>
      9 
     10     $:content
     11 
     12 </BODY>