module.exports = class { data() { return { layout: "page", tags: [ "posts" ] }; } render(data) { return ` - ${data.content}`; } };