astro-ghostcms/.pnpm-store/v3/files/8a/c27acff896737b3dd0ccffabb62...

17 lines
269 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
const page = {
parse: {
prelude() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block() {
return this.Block(true);
}
}
};
module.exports = page;