Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
fastify
GitHub Repository: fastify/point-of-view
Path: blob/main/templates/index-with-includes-one-missing.ejs
107 views
<!DOCTYPE html>
<html lang="en">
  <head></head>
  <body>
    <% include('fragment-header.ejs') %>
    <% include('fragment-content-not-existing.ejs') %>
    <p><%= text %></p>
    <% include('fragment-footer.html') %>
  </body>
</html>