{{ define "botSingle" }} {{ template "head" . }} {{ template "nav" . }}

{{ .bot.Name }}

{{ if .editable }} {{ else }} {{ end }} {{ if .editable }} {{ else }} {{ end }}
Archs {{ range $idx, $arch := .archs }}{{if $idx}},{{end}} {{- end }}
Bits {{ range $idx, $bit := .bits }}{{if $idx}},{{end}} {{- end }}
{{ .res }}


CMD {{ .bytecode_r2cmd }}
Bytecode {{ .bytecode }}


CMD {{ .disasm_r2cmd }}
Disasm
{{ .disasm }}
{{ template "footer" . }} {{ end }}