This commit is contained in:
Alicia 2019-02-24 14:20:39 +00:00
parent b8e2f8c679
commit 6e393d082b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{{/*###
NoCompile=true
*/}}
*/}}
{{ define "clanGroup" }}
{{ with . }}
<div class="ui one column center aligned stackable grid">

View File

@ -1,6 +1,6 @@
{{/*###
Include=members.html
*/}}
*/}}
{{ define "tpl" }}
<div class="ui container">

View File

@ -2,7 +2,7 @@
NoCompile=true
*/}}
{{ define "clanMembers" }}
{ with . }}
{{ with . }}
<div class="ui three column center aligned stackable grid">
{{ $teamJSON := teamJSON }}
{{ range .members }}