摘要: 父模板 base.html 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7 <meta 阅读全文
posted @ 2023-05-31 10:31 jason2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 宏 forms.html 1 {% macro input(name, value="",type="text") %} 2 <input type="{{ type }}" value="{{ value | escape }}" name="{{ name }}"> 3 {% endmacro 阅读全文
posted @ 2023-05-31 08:55 jason2018 阅读(2) 评论(0) 推荐(0) 编辑