Upgrade ejs templates to 3.x #1392
Labels
breaking-change
This will have to be included with a major version as it breaks backwards compatibility.
enhancement
template-language: ejs
Milestone
Changelog https://github.com/mde/ejs/blob/main/CHANGELOG.md#v301-2019-11-23
This includes legitimate changes that broke some of our tests.
Specifically
<% include /included %>
style includes were removed and must be changed to<%- include('/included') -%>
Don’t forget the dash!
<%-
and-%>
!The text was updated successfully, but these errors were encountered: