aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/posts.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-08-27 04:43:46 +0530
committerIndrajith K L2022-08-27 04:44:07 +0530
commit67dbc490de261318f1190d1e7e46dd9272f51ef6 (patch)
treeede2dfca42cb8a4b08824e40cfbb885f25bd236d /src/_includes/posts.njk
downloadindrajith-dev-67dbc490de261318f1190d1e7e46dd9272f51ef6.tar.gz
indrajith-dev-67dbc490de261318f1190d1e7e46dd9272f51ef6.tar.bz2
indrajith-dev-67dbc490de261318f1190d1e7e46dd9272f51ef6.zip
Initial Commit
* MVP
Diffstat (limited to 'src/_includes/posts.njk')
-rw-r--r--src/_includes/posts.njk17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk
new file mode 100644
index 0000000..8422f4c
--- /dev/null
+++ b/src/_includes/posts.njk
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+{% include "head.njk" %}
+</head>
+<body>
+ {% include "header.njk" %}
+
+ <main>
+ {{content | safe}}
+ <a href="/posts">back to posts</a>
+ </main>
+ <footer>
+ <p>&copy; 2022 Indrajith K L </p>
+ </footer>
+</body>
+</html> \ No newline at end of file