local tk = require 'toolkit' function get_blog_links() local links = '' end local md = string.format([[ home ==== welcome to sanine.net! %s [subscribe via rss](/rss.xml) ]], get_blog_links()) return { title='home', layout='base', markdown=md, }