aboutsummaryrefslogtreecommitdiffstats
path: root/test/templates/chs_unicode_py3k.html
blob: 1ee49cc79253271435d6f25dbe25b4fc8e6a7210 (plain)
1
2
3
4
5
6
7
8
9
10
<%
 msg = '新中国的主席'
%>

<%def name="welcome(who, place='北京')">
Welcome ${who} to ${place}.
</%def>

${name} 是 ${msg}<br/>
${welcome('你')}