diff --git a/templates/400.html b/templates/400.html index fc5f5b3..93f9296 100644 --- a/templates/400.html +++ b/templates/400.html @@ -1,3 +1,4 @@ +
{{ template "static" }} diff --git a/templates/404.html b/templates/404.html index 707c202..a4b10bf 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,3 +1,4 @@ + {{ template "static" }} diff --git a/templates/500.html b/templates/500.html index e6ffef2..f1a0f32 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,3 +1,4 @@ + {{ template "static" }} diff --git a/templates/index.html b/templates/index.html index 1a42104..85c4c04 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,3 +1,4 @@ + {{ template "static" }} diff --git a/templates/thread.html b/templates/thread.html index a48c756..7822cf4 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -1,5 +1,6 @@ {{ $FirstPost:= index .Thread 0 }} + {{ template "static" }}