{{ define "state_bot" }} {{ template "header" . }} <h1>Страница состояния бота вартанк</h1> <p class="border rounded"><span class="badge bg-secondary">Имя:</span> {{.имя}}</p> <div class="container m-3 d-flex flex-wrap border rounded"> {{ template "state_bot_global" . }} {{ template "state_bot_power" . }} {{ template "state_bot_mine" . }} {{ template "state_bot_polygon" . }} {{ template "state_bot_arsenal" . }} </div> {{ template "footer" . }} {{end}}