Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import prologue, markdown
- from std/strutils import replace
- proc index*(ctx: Context) {.async.} =
- let file = readFile("README.md")
- let md = markdown(file)
- resp replace(readFile("website/templates/index.html"), "%Markdown%", md)
Advertisement
Add Comment
Please, Sign In to add comment