github.com/bitcubate/cryptojournal@v1.2.5-0.20171102134152-f578b3d788ab/src/users/views/user.html.got (about)

     1  <div class="bio">
     2    <a href="{{ .user.URLShow }}">
     3    <h4>{{ .user.Name }}</h4>
     4    <h5>{{ .user.Summary }}</h5>
     5    </a>
     6  </div>