I have a script tag in my show.ejs file, and I have the following line:
<script>
const post = <%- JSON.stringify(post) %>
</script>
I'm getting the error of 'Error Expected' on both the opening and closing ejs tags. I was wondering why this error occurs and if there was anything I'm doing that isn't allowed.

and add line to end of json file
