I want to be able to have volt render a partial reference from content that is pulled fromt he database.
as an example, the string content from the database would be like this:
<h1>blah blah blah</h1> {{ partial('partials/listings') }}
I tried running volt in stand alone mode but haven't had any luck.