'use strict'; const page = { parse: { prelude() { return this.createSingleNodeList(this.SelectorList()); }, block() { return this.Block(true); }, }, }; module.exports = page;