strings.Truncate

由於 Go 模板具備 HTML 意識,truncate 能智能處理普通字串與 HTML 字串:

{{ "<em>Keep my HTML</em>" | safeHTML | truncate 10 }} → <em>Keep my …</em>