shithub: ugh

Download patch

ref: 0e2998444cd1ae8a2e5af0c7642927bbe9d98e03
parent: 50d1e1e5c145616520252b13a8fb52c5500c8403
author: kvik <kvik@a-b.xyz>
date: Tue Jul 28 14:23:30 EDT 2020

Add templates

diff: cannot open b/templates//null: file does not exist: 'b/templates//null'
--- /dev/null
+++ b/templates/body.html
@@ -1,0 +1,1 @@
+$body
--- /dev/null
+++ b/templates/head.html
@@ -1,0 +1,4 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link rel="stylesheet" type="text/css" href="css/style.css">
+<meta name=viewport content="width=device-width, initial-scale=1"> 
+<title>$title</title>
--- /dev/null
+++ b/templates/page.html
@@ -1,0 +1,9 @@
+<!DOCTYPE html>
+<html lang="$language">
+	<head>
+		$head
+	</head>
+	<body>
+		$body
+	</body>
+</html>