Skip to main content
Module

x/lume/tests/assets/remark/with-module.tmpl.js

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
export const title = "Module example";export const templateEngine = "tmpl.js,md";
export default function ({ title }) { return `# ${title}
[Back to home](/)`;}