{% extends 'config/base.html' %} {% block content %}
安装包列表
{% for i in sls_name %} {% endfor %}
包名 自定义名包 操作
{{ i.sls_name }} {{ i.sls_description }}
{% endblock content %}