cmsetlbbq/src/gemini/commentsTemplate.js

10 lines
179 B
JavaScript

module.exports = (toots, title, backlink) =>
`# Comments for “${title}
${toots}
### Nav
=> .. 🏠 Journal home
${backlink && '=> ' + backlink + ' ⬅️ Back to enty'}
`