page.html
{% set x = 5 %}
运行网站时出现以下错误。
第1行“设置”上的无效块标签。您忘记注册或加载此标签了吗?
答案 0 :(得分:1)
我认为您应该尝试使用“ with”标签:
<activity
android:launchMode="singleTop"
android:name=".LandingActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan"/>
或:
{% with x=1 %}