Sign in
android
/
platform
/
external
/
python
/
mako
/
16326e6
/
.
/
test
/
templates
/
unicode_code.html
blob: 9c2fae199f3c381ff24b965911d6818ab5fbb4fe [
file
]
## -*- coding: utf-8 -*-
<%
x
=
u
"drôle de petit voix m’a réveillé."
%>
% if x==u"drôle de petit voix m’a réveillé.":
hi, ${x}
% endif