Add a newScratch template func

Fixes #4685
This commit is contained in:
Bjørn Erik Pedersen
2018-07-06 14:12:10 +02:00
parent 43338c3a99
commit 2b8d907ab7
14 changed files with 319 additions and 231 deletions

View File

@@ -125,7 +125,6 @@ func TestTemplateFuncsExamples(t *testing.T) {
}
}
}
}
// TODO(bep) it would be dandy to put this one into the partials package, but