Go模板缩进实现

时间:2019-04-08 20:08:12

标签: go go-templates

我刚刚意识到文本/模板没有indent,所以我需要它。 可以在Go模板中执行类似的操作吗?

def indent(str string, i int) string

{{ template "mytemplate" . | indent 10 }}

Or
{{ myfunction template "mytemplate" 10 }}

0 个答案:

没有答案