Skip to content

Commit 0576fe2

Browse files
committed
fixbug
1 parent 2caf68a commit 0576fe2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2018-08-10-which-more-flask.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ if __name__ == '__main__':
704704
app.run(debug=True)
705705
```
706706
---------------------
707-
```
708707
index.html
708+
```
709709
<!DOCTYPE html>
710710
<html lang="en">
711711
<head>
@@ -715,7 +715,6 @@ index.html
715715
<title>Title</title>
716716
</head>
717717
<body>
718-
{{ v1 }}
719718
<ul>
720719
{% for foo in v2 %}
721720
<li>{{ foo }}</li>

0 commit comments

Comments
 (0)