<table
  class='body-action'
  align='left'
  width='100%'
  cellpadding='0'
  cellspacing='0'
  role='presentation'
>
  <tr>
    <td align='left'>
      <!-- Border based button
https://litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design -->
      <table
        width='100%'
        border='0'
        cellspacing='0'
        cellpadding='0'
        role='presentation'
      >
        <tr>
          <td align='left'>
            <a
              href='{{url}}'
              class='f-fallback button'
              target='_blank'
            >{{label}}</a>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>