<% include ../common-en_US/header.ejs %>

<h1>Hi there,</h1>

<p>You have been nominated to receive the following CoderDojo Badge: <b><%=badgeName%></b></p>

<div>
  <img class="badge-thumbnail" src="<%=badgeImage%>">
</div>

<p>Please go to the following link to accept the award <a href="<%=link%>"><%=link%></a></p>

<p>Best wishes,</br>
The CoderDojo Foundation Team</p>
  
<% include ../common-en_US/footer.ejs %>

