diff --git a/core/files-templates.md b/core/files-templates.md index 5d8b159..acc0ed7 100644 --- a/core/files-templates.md +++ b/core/files-templates.md @@ -25,7 +25,7 @@ None of that explains where to put the *content* of our application - the HTML. Flask uses another special directory to store templates, called `templates` (crazy, huh?), **so go ahead and create it**, like you did for `static`. -In it, **create a file** called `index.html` and chuck some in some HTML - +In it, **create a file** called `index.html` inside of `templates` directory and chuck some in some HTML - {% raw %}