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