2015-01-13 49 views

回答

3

直接在模板中,这是可以做到这样的:

{% for category in app.config.get('taxonomy/categories/options') %} 
    {{ category }} 
{% endfor %}