mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-20 00:22:41 +00:00
There is no good reason to export all the template funcs: * They're not used outside the templates. * If usable in other packages, they should be moved (to helpers?) * They create too broad an interface; users of the tpl package don't see the forest for all the trees.