Starting on Achievements
A few cleanup things too.
This commit is contained in:
12
templates/levelup-profile.html
Normal file
12
templates/levelup-profile.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<h1>{{ .TemplateData.Name }}</h1>
|
||||
<div>{{ .TemplateData.Xp }}</div>
|
||||
<ul>
|
||||
{{ range $i, $v := .TemplateData.ChannelStats }}
|
||||
<li>{{ $i }} - {{ $v }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<ul>
|
||||
{{ range $i, $v := .TemplateData.OtherStats }}
|
||||
<li>{{ $i }} - {{ $v }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
Reference in New Issue
Block a user