Skip to content

Commit 7a39464

Browse files
committed
Reading documentation - Flask templates assignment
1 parent 913944a commit 7a39464

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Reading documentation: Flask templates"
3+
---
4+
5+
## Instructions
6+
7+
For this assignment, you will be reading part Flask's official documentation.
8+
Learning how to use technical documentation is an important skill, so we will
9+
practice by taking small sections of documentation to read on your own, and
10+
then later review together as a class.
11+
12+
Head over to [Flask's
13+
Quickstart](https://flask.palletsprojects.com/en/2.2.x/quickstart)
14+
documentation and read the \quoted{Rendering Templates} section. Click on [this
15+
link](https://flask.palletsprojects.com/en/2.2.x/quickstart/#rendering-templates)
16+
for a direct link to that section.
17+
18+
Note that the purpose of this assignment is to start getting familiar with
19+
technical documentation, and not to walk away fully understanding how templates
20+
in Flask work, that is secondary. Take any extra time you have to try the code
21+
examples in the page, review the other sections, and/or follow any of the links
22+
to the other libraries mentioned in the documentation.
Binary file not shown.

0 commit comments

Comments
 (0)