菜单
{% for item in hospitals_list %}
{{item.area}}
{% for i in item.h_list%}
{{i.name}}
{% endfor %}
{% endfor %}