Having issue with a .ejs file.
The following code is this
26| </thead>
27| <tbody>
>> 28| <%- include('include/_show') %>
29| </tbody>
30| </table>
31| </form>
Could not find matching close tag for "<%".
The error is on line 28 but I am unsure exactly what the issue is.
Edit: I have tried <%- include('include/_show'); %> and <% include('include/_show') %> with the same results. Searching the docs gives very little insight. https://ejs.co/#docs