X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fnetworking.scm;fp=mudsync%2Fnetworking.scm;h=4417cfd27e898f4061992aad69bc65f820c58216;hp=e553e01e811dfe85a55de611722966afae6b2dc7;hb=0ea9e56921f887613da5472f12c1e2ae229cb829;hpb=62bbf146bbf53023c07a543c3c17fe96868c523c diff --git a/mudsync/networking.scm b/mudsync/networking.scm index e553e01..4417cfd 100644 --- a/mudsync/networking.scm +++ b/mudsync/networking.scm @@ -210,17 +210,16 @@ (define (view:main-display request body) (define one-entry - '(div (@ (class "stream-entry")) - (p "This is an entry!") - (p "Let's try a few paragraphs") - (p "okay?"))) + '(div (@ (class "stream-entry")) + (p (b "") " Wow, it's so shiny!"))) (define body-tmpl `((div (@ (id "stream-metabox")) (div (@ (id "stream")) - ,@(map (const one-entry) (iota 10)))) + ,@(map (const one-entry) (iota 25)) + (div (@ (class "stream-entry")) + (p (b "") " Last one!")))) (div (@ (id "input-metabox")) - (p "test test") (input (@ (id "input")))))) (define (main-tmpl)