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

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

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