Spaces:
No application file
No application file
{% macro profileImage(profile) %} | |
{% if profile.profileImage is defined and profile.profileImage is not empty %} | |
<div class="pull-left thumbnail"> | |
<img src="{{ profile.profileImage }}" width="100px" class="media-object img-rounded" /> | |
</div> | |
{% endif %} | |
{% endmacro %} | |