Sign in
android
/
platform
/
external
/
python
/
mako
/
09cf4f6
/
.
/
test
/
templates
/
chs_unicode_py3k.html
blob: 1ee49cc79253271435d6f25dbe25b4fc8e6a7210 [
file
]
<%
msg
=
'新中国的主席'
%>
<%
def
name
=
"welcome(who, place='北京')"
>
Welcome
$
{
who
}
to $
{
place
}.
</%
def
>
$
{
name
}
是
$
{
msg
}<
br
/>
$
{
welcome
(
'你'
)}