Skip to content

Commit 4806bef

Browse files
committed
Slide updates
1 parent 0d16015 commit 4806bef

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

slides.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,21 @@ def user_page(uid: str):
655655

656656
# Down the rabbit hole
657657

658-
We wrote a simple example with HTML:
658+
<div class="smaller">
659+
```python314
660+
def html(template: Template) -> HTMLElement:
661+
...
662+
```
663+
</div>
664+
665+
How does this _work_?
666+
667+
668+
---
669+
670+
# Down the rabbit hole <span class="slide-count">(2)</span>
671+
672+
We saw a simple implementation:
659673

660674
<div class="smallest">
661675
```python314
@@ -672,9 +686,9 @@ result = "".join(parts)
672686

673687
---
674688

675-
# Down the rabbit hole <span class="slide-count">(2)</span>
689+
# Down the rabbit hole <span class="slide-count">(3)</span>
676690

677-
And we saw hints of something fancier:
691+
And something fancier:
678692

679693
<div class="smallest">
680694
```python314
@@ -688,7 +702,7 @@ str(element)
688702

689703
---
690704

691-
# Down the rabbit hole <span class="slide-count">(3)</span>
705+
# Down the rabbit hole <span class="slide-count">(4)</span>
692706

693707
<div v-click><p>The <code>html()</code> function is doing a lot:</p></div>
694708

0 commit comments

Comments
 (0)