thiswebshoprules

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

base.html (625B)


      1 $def with (content)
      2 <!doctype html>
      3 <HEAD>
      4     <meta charset="utf-8">
      5 <<<<<<< HEAD
      6     <title>Robin Bäckman | Inventor, filmmaker, gardener</title>
      7     <link rel="stylesheet" href="/static/robstyle.css?v=168" type="text/css" rel="stylesheet"/>
      8 =======
      9     <title>Gonzo Pi | free your filmmaking</title>
     10     <link rel="stylesheet" href="/static/robstyle.css?v=185" type="text/css" rel="stylesheet"/>
     11 >>>>>>> de0b8739608fc1940a7923e5ce4111faffee6cdc
     12     <meta name="viewport" content="width=device-width, initial-scale=1">
     13     <meta http-equiv="cache-control" content="no-cache">
     14 </HEAD>
     15 
     16 <BODY>
     17 <br>
     18 $:content
     19 <br>
     20 </BODY>