Path: blob/main/templates/index-with-includes-and-attribute-missing.ejs
163 views
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<% include('fragment-header.ejs') %>
<p><%= text %></p>
<p>A not existing page attribute: <%= not_existing_text %></p>
<% include('fragment-footer.html') %>
</body>
</html>