[Zope] Using DTML - I'm too stupid

Oliver Thuns Oliver Thuns" <oliver.thuns@gmx.de
Fri, 09 Apr 1999 16:37:21 +0100


Hi!

Could I use DocumentTemplate without Zope and ZPublisher. I want to
creat some  HTML-Pages with Python. How could I do something like

  print "<body>"
  x = ['abc', 'def', 'ghi']
  for i in x:
    print "<p>blabla: " + i + "</p>"
  print "</body>"

with DTML?
I read the DTML User's Guide, but I'm too stupid to understand... ;-)