From 4a7ce60efa652758e7d2219d9402b9ebe03f1ef1 Mon Sep 17 00:00:00 2001 From: meehow Date: Tue, 27 Aug 2013 20:19:30 +0200 Subject: [PATCH] Update files-templates.md should it be specified where html file lives? --- core/files-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}