CMS Templates API – Add rendered_html Field

The CMS Templates v2 API currently returns a

source

field for the templates api (among other fields).

Unfortunately, if I were to fetch data for a global partial template on an external website (i.e. a header or footer), then

source

only returns hubl. I suggest adding a

rendered_html

field that returns rendered html markup.