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... ;-)