struct Website { link string } fn abc() string { title := 'TEST' website := Website{'example.com'} return $tmpl('file.html') } fn main() { print(abc()) }