Hi,
I LOVE Jinja2 especially with YAML!    Kudos to the developers!  
Just a simple question that I have been struggling for several days.   I 
have a need to put templates where I could have a list of arrays and 
associated key pair.   Need to read the keys and the values of the arrays:
for example (YAM):
 
object_name:
   - protocol:
       - value 1
       - value 2
       - etc.
 
   - next_name:
        - value 5
        - value 6
 
and so on.    I wanted to do 2 for loops to parse these records, but I am 
not getting the results I am looking for.  
can someone help me?  
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to