review/templates/macros.html @ 776a8c6e70a0 flask

More cleanup. Wow, the index works...
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 20:51:49 -0400
parents review/web_templates/macros.html@52b914764732
children 13b6260aed99
{% macro gravatar(item, utils) -%}
    <div class="avatar">
        <img height="52" width="52"
             src="{{ utils['item_gravatar'](item) }}?s=52"
        />
    </div>
{%- endmacro %}