Lines Matching refs:Handlebars
11 const Handlebars = require("handlebars"); constant
30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) {
42 Handlebars.registerHelper("tf-a-concat", function () {
70 Handlebars.registerHelper("tf-a-notes", function (noteGroups, options) {
104 Handlebars.registerHelper("tf-a-commits", function (commitGroups, options) {
143 Handlebars.registerPartial("commitUrl", config.commitUrlFormat);
144 Handlebars.registerPartial("compareUrl", config.compareUrlFormat);
145 Handlebars.registerPartial("issueUrl", config.issueUrlFormat);
155 Handlebars.registerPartial("tf-a-note", notePartial);
156 Handlebars.registerPartial("tf-a-note-section", noteSectionPartial);
157 Handlebars.registerPartial("tf-a-commit-section", commitSectionPartial);