<html> <head> <title>{{ .Page.Title }}</title> </head> <body> <h1> Hello from index.html </h1> <script src="/app.js"> </script> </body> </html>