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

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

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