-
@raymondcamden yeah that is one of its intended uses—for sure! 11ty.dev/docs/data-computed/#using-a-template-string You can also use the “static”
somevar
inside of the computedsomevar
too:somevar: hi eleventyComputed: somevar: "it said {{ somevar }}"