review/web_templates/macros.html @ 07c3f5360b22 flask

Unbundle cherrypy and webpy.
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 20:08:34 -0400
parents 52b914764732
children (none)
{% macro gravatar(item, utils) -%}
    <div class="avatar">
        <img height="52" width="52"
             src="{{ utils['item_gravatar'](item) }}?s=52"
        />
    </div>
{%- endmacro %}