mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
feature: support static filepath resolving by options.dynamicPartials,
fix #51
This commit is contained in:
@@ -172,6 +172,7 @@ function matchRightBracket (str, begin) {
|
||||
|
||||
exports.factory = function (ctx, opts) {
|
||||
var defaultOptions = {
|
||||
dynamicPartials: true,
|
||||
strict_variables: false,
|
||||
strict_filters: false,
|
||||
blocks: {},
|
||||
|
||||
Reference in New Issue
Block a user