Skip to content

Commit a2beac1

Browse files
committed
added some more instructions for templates in flas
1 parent 92e58ee commit a2beac1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

2023/day48.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ def post(path):
6464
return render_template('post.html', content=html)
6565
```
6666

67-
Create templates for the home page and individual blog posts:
68-
- `home.html`:
67+
Create templates for the home page and individual blog posts, we can do this by creating a new directory in root of project called `templates`. And then further create the two following `html` files:
68+
69+
- `index.html`:
6970

7071
``` html
7172
<!DOCTYPE html>

0 commit comments

Comments
 (0)