{% extends 'base.html' %} {% block content %} {% include 'nav_cat_bar.html' %}
IDC详细信息列表
{% for post in posts %} {% endfor %}
ID 机房名 备注
{{ post.id }} {{ post.name }} {{ post.comment }}
{% endblock %}