github.com/saadullahsaeed/fragmenta-cms@v1.5.4/src/users/views/show.html.got (about)

     1  <section>
     2  <h1>{{ .user.Name }}</h1>
     3  <div class="text">
     4      	<p>Name: {{ .user.Name }}</p>
     5  
     6  </div>
     7  </section>