diff --git a/MoreExpress/EJSDemo/views/love.ejs b/MoreExpress/EJSDemo/views/love.ejs index d88c2ce9..36f01da6 100644 --- a/MoreExpress/EJSDemo/views/love.ejs +++ b/MoreExpress/EJSDemo/views/love.ejs @@ -1,4 +1,4 @@ -<% include partials/header %> +<%- include("partials/header") %>

You fell in love with: <%= thingVar.toUpperCase() %>

<% if(thingVar.toLowerCase() === "rusty"){ %> @@ -9,4 +9,4 @@

P.S. this is the love.ejs file!

-<% include partials/footer %> +<%- include("partials/footer") %>