<% title = 'Thank You' %>
<section style="padding-top:70px;">
  <div class="thankyou">
    <div class="big">✅</div>
    <h2><span class="en">Thank you<%= (typeof name!=='undefined'&&name)?(', '+name):'' %>!</span><span class="zh">感谢您<%= (typeof name!=='undefined'&&name)?('，'+name):'' %>！</span></h2>
    <p>
      <span class="en">Your expression of interest has been received by the BR-CESSA Secretariat at HKUST. We will be in touch shortly with the draft Charter, summit programme and membership details.</span>
      <span class="zh">设于港科大的 BR-CESSA 秘书处已收到您的加入意向。我们将尽快与您联系，分享章程草案、峰会议程及会员资料。</span>
    </p>
    <p style="margin-top:24px;"><a class="btn btn-gold" href="/"><span class="en">Back to Home</span><span class="zh">返回首页</span></a></p>
  </div>
</section>
