Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
fastify
GitHub Repository: fastify/point-of-view
Path: blob/main/templates/index-with-2-partials.mustache
107 views
<!DOCTYPE html>
<html lang="en">
  <head></head>
  <body>
    {{> partial1 }}
    {{> partial2 }}
  </body>
</html>