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