1 <div class="profile-match-wrapper">
2 <div class="profile-match-photo">
4 <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
7 <div class="profile-match-break"></div>
8 <div class="profile-match-name">
9 <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
11 <div class="profile-match-end"></div>