diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 6137f67..743aed5 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1460853512 +1460991908 diff --git a/pollen/scribblings/third-tutorial-files/template.html.p b/pollen/scribblings/third-tutorial-files/template.html.p new file mode 100644 index 0000000..8c5fd15 --- /dev/null +++ b/pollen/scribblings/third-tutorial-files/template.html.p @@ -0,0 +1,15 @@ + + + +◊select['h1 doc] by T. S. Eliot + + +◊(->html doc #:splice #t) +◊(define prev-page (previous here)) +◊when/splice[prev-page]{ +} +◊(define next-page (next here)) +◊when/splice[next-page]{ +} + + \ No newline at end of file