master
1<div id="<%= id %>" class="reveal" data-reveal>
2  <h2 id="modalTitle"><%= t('.title') %></h2>
3  <p class="lead"><%= t('.lead') %></p>
4  <div id="gym-search"></div>
5  <button class="close-button" data-close aria-label="Close modal" type="button">
6    <span aria-hidden="true">&times;</span>
7  </button>
8</div>