{% extends 'templates/main.volt' %} {% block content %}
添加用户
{% if auth_user.root == 1 %}
{% for item in roles %} {% endfor %}
{% endif %}
{% endblock %}