<span class="highlight">{{!!title}}</span>
span.highlight {
background-color:yellow;
}some text with {{what I want to highlight||hl}}.
.hl { background-color:yellow; }.hl { background-color:yellow; }
and use it in your text like this:
@@.hl HighlightedText@@ (space after .hl is important)