From c2d316449f85bd2b74ae9ffaa3d08b7a5ee282cf Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sun, 7 Feb 2016 00:00:41 +0200 Subject: added tags when posting new message added templates engine (rythm engine) and moved something to it. WARNING: textext plugin does not work when minimized, and also I fixed bug in it. --- .../resources/templates/parts/page_header.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/main/resources/templates/parts/page_header.html (limited to 'src/main/resources/templates/parts/page_header.html') diff --git a/src/main/resources/templates/parts/page_header.html b/src/main/resources/templates/parts/page_header.html new file mode 100644 index 00000000..63087d6c --- /dev/null +++ b/src/main/resources/templates/parts/page_header.html @@ -0,0 +1,33 @@ +@args String headers, String title + + +
+ + + + + + + + + + + + + + + + + + + + @if (headers != null) { + @raw() {@headers} + } +