Skip to content

Commit fd60f92

Browse files
committed
v3
1 parent 487d04a commit fd60f92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vscode
22
.github
33
img/*.html
4+

V3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7232,7 +7232,7 @@ bootstrap = Bootstrap()
72327232
然后创建`index.html`文件,第一行导入创建的Bootstrap实例`bootstrap`
72337233
72347234
```python
7235-
{% import "bootstrap/wtf.html" as wtf %}
7235+
#{% import "bootstrap/wtf.html" as wtf %}
72367236
```
72377237
72387238
再创建第2节中创建的`LoginForm`实例`form`,调用渲染模板方法,参数`form`赋值为实例`form`:

0 commit comments

Comments
 (0)