summaryrefslogtreecommitdiff
path: root/example/templates/article/header.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-05 00:20:50 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-05 00:20:50 -0600
commit43ed04c6740a3ac11f7e2fc6d75429951536286e (patch)
tree388bb3f6432dca25000f29295b10a73056bc5fd9 /example/templates/article/header.html
parentaf070051c1b9eafdd6e98d207f73c4793587c1f5 (diff)
initial template creation, barebones arg parser
Diffstat (limited to 'example/templates/article/header.html')
-rw-r--r--example/templates/article/header.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/templates/article/header.html b/example/templates/article/header.html
new file mode 100644
index 0000000..48adfef
--- /dev/null
+++ b/example/templates/article/header.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html lang=$$LANG>
+<head>
+<meta charset="utf-8">
+<title>$$TITLE</title>
+$$EXTRAHEAD
+</head>
+<body>