github.com/giovannyortegon/go@v0.0.0-20220115155912-8890063f5bdd/src/WebProfesional/4-ArchivosEstaticos/templates/users/index.html (about)

     1  <title>Inicio</title>
     2  {{ template "header" }}
     3      <h2>User: {{ .UserName }}</h2>
     4      <h2>Edad: {{ .Edad }}</h2>
     5      <img src="../../static/img/go.png" alt="">
     6  {{ template "footer" }}