title = "Industries" url = "/industries" layout = "default" is_hidden = 0 [viewBag] localeUrl[id] = "/industries" == get(); } ?> == {% content 'industries/header' %}
{% for industry in industries %}
{{industry.name}}

{{industry.name}}

{{ industry.description | raw }} {% if industry.brands %}
{% for brand in industry.brands %}
{{brand.name}}
{% endfor %}
{% endif %}
{% endfor %}