j
k
j a
j l
Diego Rodrigo Neufert wrote:
Why I cant use dtml-var "sequence-item">??
Because anything inside quotes is evaluated as a Python expression. It's trying to subtract 'item' from 'sequence.' Try: <dtml-var "_['sequence-item']"> -CJ
Back to the thread
Back to the list