Error during template rendering
In template D:\Desktop\Git\book\templates\1.html, error at line 8
Could not parse the remainder: '=' from '='
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>dgdzgdxzg</title>
6 </head>
7 <body>
8 {% if age < 18 %}
9 <p>未成年</p>
10 {% elif age = 18 %}
11 <p>是18,可以进入网吧</p>
12 {% else %}
13 <P>超过18了可以进入网吧</P>
14 {% endif %}
15 </body>
16 </html>
网站出现这样的错误到底是哪的问题,还有我这个小于是红色大于不是怎么回事,
搞不懂啊