pass template to widget container parse

This commit is contained in:
Barış Soner Uşaklı
2018-03-27 18:58:23 -04:00
parent 2faaf5b35f
commit 60f8870b72

View File

@@ -98,6 +98,7 @@ function renderWidget(widget, uid, options, callback) {
Benchpress.compileParse(widget.data.container, {
title: widget.data.title,
body: html,
template: data.templateData.template,
}, next);
} else {
next(null, html);