astro-ghostcms/.pnpm-store/v3/files/4a/30738357e4b6a436a51df09769a...

13 lines
232 B
Plaintext

export default {
parse: {
prelude() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block() {
return this.Block(true);
}
}
};