Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
fastify
GitHub Repository: fastify/point-of-view
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>