How to access tag attribute in condition?

how to get attribute value from tag like width, color, value …


{{#if body.width > 979}}

{{else}}
… something else

{{/if}}