github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume4/section2/gopherface/templates/signupconfirmation.html (about)

     1  <html>
     2  <head>
     3  <title>GopherFace - Sign Up Confirmation</title>
     4  <link rel="stylesheet" type="text/css" href="/static/css/gopherface.css" />
     5  </head>
     6  <body>
     7  	<h1>GopherFace - Sign Up Confirmation</h1>
     8  
     9  
    10  	<p>Thank you {{.Fields.firstName}}!</p>
    11  	<p>We have received your form submission!</p>
    12  
    13  
    14  </body>
    15  </html>
    16  
    17