Now that I’m starting to use collate for a real website, I find myself wishing that I had some additional tools for dealing with certain types of blocks, like devlogs and blog posts. One thing that might help a lot with this is to enable “anonymous” string passing for arguments, which would be hugely helpful for short strings. Right now, I need to create a new block even for tiny strings like “23”. maybe I could just use parenthesis to denote a string literal for a parameter.