[extends base.html] [!keywords]"关键字测试"[~keywords] [!description]"测试网站"[~description] [!title]首页 - 模板功能测试[~title] [!style] [~style] [!header]跳转到关于我们[~header] [!content] [!test]
状态: ✓ 成功
此页面通过 "[extends base.html]" 正确继承了基础模板
当前路径: {{currentUrl}}
状态: ✓ 成功
加法测试: 10 + 5 = {{user:functions.add(10, 5)}}
乘法测试: 7 × 3 = {{user:functions.multiply(7, 3)}}
格式化日期测试: {{user:functions.formatDate()}}
状态: ✓ 成功
简单问候: {{user:functions.greet('访客')}}
带时间问候: {{user:functions.greetWithTime('用户')}}
年份变量加10: {{user:functions.add({{year}}, 10)}}
状态: ✓ 成功