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

     1  {{template "gatedheader.html" .}}
     2  <h1>{{.PageTitle}}</h1>
     3  <div class="sectionContainer">
     4  
     5  	<div class="imageContainer">
     6  		<img src="{{.thumbnailPath}}">
     7  
     8  	</div>
     9  
    10  	<div class="imageContainer">
    11  		<img width="630" src="{{.imagePath}}">
    12  	</div>
    13  
    14  </div>
    15  
    16  {{template "footer.html" .}}