Sign in
fuchsia
/
third_party
/
mako
/
523f77ec6f9673d06b9b189a2d51f208ce802b8f
/
.
/
test
/
templates
/
read_unicode.html
blob: 50f00c323e5da029d74921af4d417459dcf96c32 [
file
] [
log
] [
blame
]
<%
try
:
file_content
=
open
(
path
)
except
:
raise
"Should never execute here"
doc_content
=
''
.
join
(
file_content
.
readlines
())
file_content
.
close
()
%>
${unicode(doc_content, encoding='utf-8')}