review/templates/macros.html @ ef7d67f71293

web: fix whitespace in comments and signoffs
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 16:12:22 -0400
parents 13b6260aed99
children (none)
{% macro gravatar(item, utils, size=30) -%}
    <div class="avatar">
        <img src="{{ utils['item_gravatar'](item, size) }}" />
    </div>
{%- endmacro %}