terms_of_service.pug 325 B

123456
  1. mixin termsOfServiceAgreementContent
  2. | !{translate("by_registering_you_agree_to_our_terms_of_service", {}, [{name: 'a', attrs: {href: '/legal#Terms', target: '_blank'}}, {name: 'a', attrs: {href: '/legal#Privacy', target: '_blank'}}])}
  3. mixin termsOfServiceAgreement
  4. .tos-agreement-notice
  5. +termsOfServiceAgreementContent