<div id="attribute{{name}}" class="property item{{#if deprecated}} deprecated{{/if}}">
    <h3 class="name" id="{{name}}"><code>{{name}}</code></h3>
    {{#if deprecated}}
        <span class="flag deprecated"{{#if deprecationMessage}} title="{{deprecationMessage}}"{{/if}}>deprecated</span>
    {{/if}}

    <div class="description">
        {{{description}}}
    </div>
</div>
