blob: b9647047b560dafbab114f4d2ae6a753becda1a3 [file]
export default {
parse: {
prelude: null,
block(nested = false) {
return this.Block(nested);
}
}
};