github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume2/section6/gopherfaceauth/templates/feed.html (about) 1 {{template "gatedheader.html" .}} 2 3 <h1>{{.PageTitle}}</h1> 4 5 <p>Social media feed goes here.</p> 6 7 {{template "footer.html" .}}