summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test30.html
blob: 6f8c6efc544f19a2679901a2c65d895d0ebbfeef (plain)
1
2
3
4
5
6
<p i18n:translate="verify">Your contact email address is recorded as
<a href="user@host.com"
   tal:attributes="href string:mailto:${request/submitter}"
   tal:content="request/submitter"
   i18n:name="email">user@host.com</a>
</p>