mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-12 08:00:06 +01:00
6 lines
No EOL
161 B
JavaScript
6 lines
No EOL
161 B
JavaScript
module.exports = {
|
|
convert_outline: () => {},
|
|
body: params => {
|
|
return `Custom template override. The secret is ${params.custom.secret}.`
|
|
}
|
|
} |