# Pastebin oxoBVqCO $ nix eval --raw '(scopedImport { updated = "today"; posts = [{date="today"; author="manveru"; title="hello"; body="world"; }]; } ./templates/atom.tmpl)' tag:manveru.dev,2011:blog today manveru Michael 'manveru' Fellinger Euphenix tag:manveru.dev,2011:blog,today today today manveru hello world $ cat templates/atom.tmpl '' tag:manveru.dev,2011:blog ${ updated } manveru Michael 'manveru' Fellinger Euphenix '' + (__concatStringsSep "\n" (map (post: '' tag:manveru.dev,2011:blog,${ post.date } ${ post.date } ${ post.date } ${ post.author } ${ post.title } ${ post.body } '') posts)) + '' ''