summaryrefslogtreecommitdiff
path: root/example_src/templates/article/header.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-05 09:37:43 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-05 09:37:43 -0600
commit6f143604c28c3165db35c2cad99a0dc76d7ccdaa (patch)
treeaddf3517732d753bde1c258574318bac51b6ca24 /example_src/templates/article/header.html
parent43ed04c6740a3ac11f7e2fc6d75429951536286e (diff)
Add working file discovery and destination file structure creation
Diffstat (limited to 'example_src/templates/article/header.html')
-rw-r--r--example_src/templates/article/header.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/example_src/templates/article/header.html b/example_src/templates/article/header.html
new file mode 100644
index 0000000..48adfef
--- /dev/null
+++ b/example_src/templates/article/header.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html lang=$$LANG>
+<head>
+<meta charset="utf-8">
+<title>$$TITLE</title>
+$$EXTRAHEAD
+</head>
+<body>