o7412369815963
Это значит что нет искомого ключа (в словаре).
Попробуйте заменить имя класса на index
Заменил. Теперь Traceback выглядит еще страшнее и матерится на invalid syntax Template traceback: File ‘/home/alexnas/python/gothonweb/bin/templates/index.html’, line 16 </html> (index.html, line 16)
код темплейта:
$def with (greeting)
<html>
<head>
<title>Gothons Of Planet Percal #25</title>
</head>
<body>
$if greeting:
I just wanted to say <em style="color: green; font-size: 2em;">$greeting</em>.
$else
<em>Hello</em>, world!
</body>
</html>
Чем ему не угодил </html> вообще не понимаю..