diff --git a/server/templates/footer.tera b/server/templates/footer.tera new file mode 100644 index 0000000..f175b47 --- /dev/null +++ b/server/templates/footer.tera @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/server/templates/header.tera b/server/templates/header.tera new file mode 100644 index 0000000..215422d --- /dev/null +++ b/server/templates/header.tera @@ -0,0 +1,23 @@ + + + + + + + {{og_title}} + + + + + + + + + + + + + + + + \ No newline at end of file