Is there a way to run code within front matter?
What I want to do would be something like this to convert 7 to VII. Is there a way to do this dynamically?
---
title: "Book Title - Chapter {{numeral 7}}"
searchHidden: false
draft: false
date: 2021-04-29T00:00:00+00:00
---