Sign in
fuchsia
/
third_party
/
mako
/
84d21ded4c270deebad88a61ef78356fa6e075ba
/
.
/
test
/
templates
/
chs_unicode.html
blob: 7b897e903cfbce1be6fffc504b50f62ec15549e8 [
file
] [
log
] [
blame
]
## -*- coding:utf-8 -*-
<%
msg
=
u
'新中国的主席'
%>
<%
def
name
=
"welcome(who, place=u'北京')"
>
Welcome
$
{
who
}
to $
{
place
}.
</%
def
>
$
{
name
}
是
$
{
msg
}<
br
/>
$
{
welcome
(
u
'你'
)}