File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments