Skip to content

Commit c83ae7e

Browse files
committed
Add closing slides
1 parent 4806bef commit c83ae7e

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

slides.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ template = t"Hello, {friend}!" # 😊
119119

120120
---
121121

122-
# T-strings **aren't** like jinja
122+
# Naming things is hard (act 1)
123123

124-
<div v-click><p>They're <strong>eagerly evaluated</strong></p></div>
124+
<div v-click><p>t-strings are <strong>eagerly evaluated</strong></p></div>
125125

126-
<div v-click><p>You do <i>not</i> keep calling <code>format()</code> or <code>render()</code> on them</p></div>
126+
<div v-click><p>You do <i>not</i> keep calling <code>render_template()</code> on them</p></div>
127127

128-
<div v-click><p>Naming is hard (<i>sorry</i>!)</p></div>
128+
<div v-click><p>Are <code>Template</code>s... <i>templates</i>?</p></div>
129129

130130
---
131131

@@ -737,3 +737,24 @@ backgroundSize: contain
737737
# Flask + t-strings = ❤️
738738

739739
Enough slides; let's code.
740+
741+
742+
---
743+
744+
# In closing
745+
746+
We're **excited** about t-strings!
747+
748+
Lots of cool new **libraries** and **tools** are coming.
749+
750+
Get involved!
751+
752+
---
753+
754+
# Say hello
755+
756+
Open space: **Saturday** in **ROOM 320** at **11 AM**
757+
758+
759+
760+

0 commit comments

Comments
 (0)