diff options
Diffstat (limited to 'src/_includes/posts.njk')
-rw-r--r-- | src/_includes/posts.njk | 17 |
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>© 2022 Indrajith K L </p> + </footer> +</body> +</html>
\ No newline at end of file |