all set up vibes

This commit is contained in:
gauthiier
2021-12-05 18:12:01 +01:00
parent 7f8b4f5325
commit f692fca824
8 changed files with 356 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{title}}</title>
<link rel="edit" href="{{ editurl }}" />
<link rel="source" href="{{ sourceurl }}" />
<link rel="stylesheet" type="text/css" href="../styles.css" />
<script src ="../page.js"></script>
<script>
var padmeta = {{ metadata_json }};
</script>
</head>
<body>
{{body}}
</body>
</html>