{% for menu in data['hook_menu'] %}
{% if menu['css_path'] and data['hook_tag'] == menu['name'] %}
{% endif %}
{% endfor %}
{% for menu in data['hook_global_static'] %}
{% if menu['css_path'] %}
{% endif %}
{% endfor %}
{% for menu in data['hook_menu'] %}
{% if menu['js_path'] and data['hook_tag'] == menu['name'] %}
{% endif %}
{% endfor %}
{% for menu in data['hook_global_static'] %}
{% if menu['js_path'] %}
{% endif %}
{% endfor %}