diff --git a/templates/thread.html b/templates/thread.html index ee59650..82e268c 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -11,13 +11,16 @@ -

- {{ if ne $FirstPost.Title "" }} - {{$FirstPost.Title}} - {{ else }} - Welcome to Micrach - {{ end }} -

+ +

+ ↰ + {{ if ne $FirstPost.Title "" }} + {{$FirstPost.Title}} + {{ else }} + Welcome to Micrach + {{ end }} +

+
{{ template "post-form" .FormData }}