tplimpl: Add built-in print funcs to FuncMap
authorCameron Moore <moorereason@gmail.com>
Tue, 7 Mar 2017 20:11:03 +0000 (14:11 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 8 Mar 2017 23:21:55 +0000 (00:21 +0100)
commit45b9d7223a8098f3c19871ec695c79384bc40871
tree7f76760dcf17e8b78149c32dfc0e540e640e8395
parenta2a8a651f72f1ebd38a72eaf3fd4d83e4a73559f
tplimpl: Add built-in print funcs to FuncMap

Add print, printf, and println to the Hugo FuncMap so that they are
accessible to the apply template func.

Updates #3139
tpl/tplimpl/template_funcs.go
tpl/tplimpl/template_funcs_test.go