package models type Htmls []Html // input model for converter type Html struct { Html []byte Output string }