From 4e2024432ee680f98d91d07b050ac60151ebec4c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 7 Apr 2019 15:49:26 +0200 Subject: Added prettifying and previews of html/markdown --- src/main/resources/views/layout.rocker.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources/views/layout.rocker.html') diff --git a/src/main/resources/views/layout.rocker.html b/src/main/resources/views/layout.rocker.html index 583c723..c7c7bc3 100644 --- a/src/main/resources/views/layout.rocker.html +++ b/src/main/resources/views/layout.rocker.html @@ -1,4 +1,4 @@ -@args (String title, RockerBody content) +@args (String title, RockerContent css, RockerContent js, RockerBody content) @@ -7,9 +7,12 @@ + + @css @title @content +@js -- cgit v1.2.3