reorganized templates
[pinopress.git] / templates / articlepage.template.html
diff --git a/templates/articlepage.template.html b/templates/articlepage.template.html
new file mode 100644 (file)
index 0000000..e0d94db
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="utf-8">
+    <link rel="shortcut icon" href="#">
+    <title>$ARTICLE_TITLE</title>
+
+    <link rel="stylesheet" href="$SITEURL/stylesheets/root.css">
+</head>
+<body>
+
+    <div>
+
+        <!-- _MOUNT_ARTICLECONTENT -->
+
+    </div>
+
+</body>
+<footer>
+</footer>
+</html>