I'd like to have a custom page header containing an image asset. Something like:
---
title: Page Title
banner: image.jpg
---
Adding {{ header.banner }} to the template outputs the image filename, but the path is incorrect so the image doesn't work.
How can I link to an image asset using a variable from the header?