Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created June 29, 2018 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cibernomadas/ec0a4ed42242416242c6ae084c36c94b to your computer and use it in GitHub Desktop.
Save Cibernomadas/ec0a4ed42242416242c6ae084c36c94b to your computer and use it in GitHub Desktop.
{{define "content"}}
<div>
<table>
<tr valign="top">
<td><img src="{{ .user.Avatar 128 }}"></td>
<td><h1>User: {{ .user.Username }}</h1></td>
</tr>
</table>
<hr>
{{ template "posts" .posts }}
</div>
{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment