{{#extend "baseTemplate"}}

  {{#content "body" mode="replace"}}
  
  <!-- Full Width Section - replicate this tr to create another section -->
  <tr>
    <td class="section-td" style="width: 100%; background-color: #fff; padding: 50px 0;" width="100%;">
      <table class="width-full" width="100%" cellpadding="0" cellspacing="0" border="0" align="center" style="Margin: 0 auto; max-width: 600px;">
        <!-- Content Section Heading -->
        <tr>
          <td style="padding: 0 50px 30px 50px; text-align:center; vertical-align:middle; font-family: ProximaNova-Semibold, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; font-size: 24px; color: #424242; line-height: 29px;">
            {{I18n "teacher_to_teacher_invitation.title" }}
          </td>
        </tr>
        <!-- Content Section Text -->
        <tr>
          <td class="content-section-text" style="padding: 0 50px 30px 50px; text-align:center; vertical-align:middle; font-family: ProximaNova-Regular, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; font-size: 18px; color: #424242; line-height: 24px;">
          {{I18n "teacher_to_teacher_invitation.content" }}
          </td>
        </tr>
        <!-- Content Section Button -->
        <tr>
          <td style="padding: 0 50px 0 50px; text-align:center; vertical-align:middle;">
            <a href="{{{actionURL}}}" class="button" target="_blank" style="font-size: 18px; font-family: ProximaNova-Regular, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; background-color: #01AEEF; border-top: 15px solid #01AEEF; border-bottom: 15px solid #01AEEF; border-right: 22px solid #01AEEF; border-left: 22px solid #01AEEF; display: inline-block; border-radius: 40px;">
              &nbsp; {{I18n "teacher_to_teacher_invitation.button" }} &nbsp;
            </a>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <!-- End Full Width Section -->
   
  <!-- #### END COPYABLE ELEMENTS -->

  {{/content}}
{{/extend}}
