base.html (582B)
1 $def with (content) 2 <!doctype html> 3 <HEAD> 4 <meta charset="utf-8"> 5 <title>Hommansby Ungdomsförening</title> 6 <meta name="description" content="Hommansby Ungdomsförening. Bygdegården." /> 7 <meta name="viewport" content="width=device-width; initial-scale=1.0;"> 8 <link rel="stylesheet" href="/static/robstyle.css?v=353" type="text/css" rel="stylesheet"/> 9 <meta name="google-site-verification" content="88dInqkR1qhmPAMVnlopcopq6t_5-6RQ5_VEl5ja6GA" /> 10 </HEAD> 11 <body> 12 13 $:content 14 15 <script type="text/javascript" src="../static/scrollcookie.js"></script> 16 17 18 </body> 19