Formatting in the template widget

Hey,
I’m using Android with the template widget. In some cases, I would like it to be aligned to the left. I tried some html tags but could not get it to work.
My template is:

Person1: {{ states('person.person1') }}
<br>
Person2: {{ states('person.person2') }}
<br>
...

I tried <p align="left">, <font align="left" and <span align="left">. I also tried each of these tags with style="text-align: left".

The best I could find out was that the html-tags were not visible so they were formatted in some way.

Hello,
I have to replace left with start, right with end.

This is not working for me. Could you send your code?