How do I display metadata in the current file?

So after doing some digging I think what you are after is this:

``` dataviewjs
$=dv.span(dv.current().file.frontmatter)
```

This

Plus the dataview JS docs did the trick