blob: ffef0d1764139b70f72b3fbe829d939c4206ff67 [file] [log] [blame]
'use strict';
const page = {
parse: {
prelude() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block() {
return this.Block(true);
}
}
};
module.exports = page;