diff --git a/views/about.ejs b/views/about.ejs new file mode 100644 index 0000000..4f99dae --- /dev/null +++ b/views/about.ejs @@ -0,0 +1,5 @@ + +<%-include('partials/header')-%> +
<%=aboutContent%>
+<%-include('partials/footer')-%> diff --git a/views/compose.ejs b/views/compose.ejs new file mode 100644 index 0000000..11a78bf --- /dev/null +++ b/views/compose.ejs @@ -0,0 +1,9 @@ +<%-include('partials/header')-%> +