From 6f6751aea2cde27ad516890a6e47b3e3e667688e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 18 Apr 2016 08:05:08 -0700 Subject: [PATCH] add template to third-tutorial-files --- pollen/private/ts.rktd | 2 +- .../third-tutorial-files/template.html.p | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 pollen/scribblings/third-tutorial-files/template.html.p 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