review/templates/macros.html @ 3ad9a898bc0d

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