What are people's thoughts on using HTML tags vs plain HTML? I'm thinking of 
going more towards pure HTML. Will I be losing anything major?

For example:

<a href="/item/{{=item.id}}">{{=item.title}}</a>

{{=A(item.title, _href=URL('default', 'item', extension='', args=item.id))}}

Reply via email to