mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-11 23:50:05 +01:00
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
|
|
module.exports = params => {
|
||
|
|
return `Custom template override. The secret is ${params.custom.secret}.`
|
||
|
|
}
|