Is there an equivalent of rawxhtml="true" for velocity templates?

Hi, I am trying to load html elements onto a page. I tried using ${*variable name*} but the html elements are not rendered. I have also tried <at:var at:name="*variable name*" at:rawxhtml="true"/> but it does not work either. What other ways are there to render html elements?