chromium/third_party/mako/mako/test/templates/unicode_code_py3k.html

## -*- coding: utf-8 -*-
<%
    x = "drôle de petite voix m’a réveillé."
%>
% if x=="drôle de petite voix m’a réveillé.":
    hi, ${x}
% endif