The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html
	PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Unicode Demo
</title>
<style type="text/css" media="all">
	@import url("[% c.uri_for('/vertically-aligned.css') %]");
</style>
</head>
<body>
<p><a href="[% c.uri_for('/') %]">home</a></p>
[% form %]
<p>UTF8 in the template file -&gt; ΓΌ</p>
<p>UTF8 from the database -&gt; [% c.model('DB').resultset('Unicode').find(1).string %]</p>
[% demo_form %]
</body>
</html>