Just to get it clear for me: The issue is only happening, when rendering user input serverside, correct?
Users can inject vue templates into stuff that is rendered server side, the other way around is not possible?
Because injecting a template into
<div>{{ some_user_input }}</div>
does not work