github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume2/section1/templatedemo/templates/greeting.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  <body>
     4  <h1>Hello {{.Name}}!</h1>
     5  </body>
     6  </html>