{{define "content"}} {{$d := .}}
| Name | Type | |
|---|---|---|
| {{.Name}} | {{$icon := "🏦"}} {{if eq .Type "savings"}}{{$icon = "🏧"}}{{end}} {{if eq .Type "credit"}}{{$icon = "💳"}}{{end}} {{if eq .Type "securities"}}{{$icon = "📈"}}{{end}} {{$icon}} {{.Type}} | |
| No accounts yet. | ||