Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Update files-templates.md #11

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/files-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down