2015-01-13 51 views

回答

3

直接在模板中,這是可以做到這樣的:

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