Hello list,
I'm trying to pass a list of values into an template.
The command line option -A <name=value> wasn't working with a list of
values.
An example would be -A languages=en,de,fr
In my template I want to loop through languages like:
{% for lng in languages %}
But I couldn't find a way to pass a list or process the passed items to
a list.
Is there such a way? How would I pass and access the values?
Thanks in advance.
Lars
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---