标签: go go-templates
我刚刚意识到文本/模板没有indent,所以我需要它。 可以在Go模板中执行类似的操作吗?
indent
def indent(str string, i int) string {{ template "mytemplate" . | indent 10 }} Or {{ myfunction template "mytemplate" 10 }}