In CMS v1, there was a handy `page_file` tag that created an input field and rendered the file URL at the same time. In CMS v2, I can add `{{ cms:files attachments }}` to the layout, but how do I render an attachment from a page? I could use the URL, but that's significantly worse than CMS v1.