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):
655
655
656
656
# Down the rabbit hole
657
657
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:
659
673
660
674
<div class =" smallest " >
661
675
``` python314
@@ -672,9 +686,9 @@ result = "".join(parts)
672
686
673
687
---
674
688
675
- # Down the rabbit hole <span class =" slide-count " >(2 )</span >
689
+ # Down the rabbit hole <span class =" slide-count " >(3 )</span >
676
690
677
- And we saw hints of something fancier:
691
+ And something fancier:
678
692
679
693
<div class =" smallest " >
680
694
``` python314
@@ -688,7 +702,7 @@ str(element)
688
702
689
703
---
690
704
691
- # Down the rabbit hole <span class =" slide-count " >(3 )</span >
705
+ # Down the rabbit hole <span class =" slide-count " >(4 )</span >
692
706
693
707
<div v-click ><p >The <code >html()</code > function is doing a lot:</p ></div >
694
708
You can’t perform that action at this time.
0 commit comments