| Index: pages/team.tmpl | 
| =================================================================== | 
| --- a/pages/team.tmpl | 
| +++ b/pages/team.tmpl | 
| @@ -1,21 +1,21 @@ | 
| title=Meet the Team | 
|  | 
| <header class="page-title"> | 
| <h1>Meet the Team</h1> | 
| </header> | 
|  | 
| {%- from "includes/globals" import people %} | 
|  | 
| -{%- macro profile(date, country, image, name, title, description) %} | 
| +{%- macro profile(date, flag, country, image, name, title, description) %} | 
| <div class="profile column"> | 
| <p> | 
| <img class="profile-image" src="/images/people/{{image}}" width="120" height="120" alt=""/> | 
| -      <img class="country-image" src="/images/flags/{{country}}.png" width="30" height="30" alt=""/> | 
| +      <img class="country-image" src="/images/flags/{{flag}}.png" width="30" height="30" alt=""/> | 
| </p> | 
| <h3 class="heading centered"><span>{{title}}</span></h3> | 
| <h1>{{name}}</h1> | 
| <h2>{{description}}</h2> | 
| </div> | 
| {% endmacro %} | 
|  | 
| <div class="content-block columns-container four-columns"> | 
|  |