标签:view 模板 sso 必须 process 权限 djang art context
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>操作权限首页</title>
</head>
<body>
操作权限首页
{% if perms.login_logout.view_article %}
<li><a href="#">查看文章</a></li>
{% endif %}
</body>
</html>
标签:view 模板 sso 必须 process 权限 djang art context
原文地址:https://www.cnblogs.com/guyan-2020/p/12356192.html