vdg.lua 115 B

12345
  1. config {
  2. template_dir = "."
  3. }
  4. out["index.html"] = template("main.mustache", {content = markdown("source.md")})