diff --git a/frontends/etiquette_flask/templates/root.html b/frontends/etiquette_flask/templates/root.html index f50051d..a3aa81e 100644 --- a/frontends/etiquette_flask/templates/root.html +++ b/frontends/etiquette_flask/templates/root.html @@ -59,7 +59,15 @@ body > div -

{{motd}}

+

+ {%- if motd is string -%} + {{motd}} + {%- elif motd[0] == "html" -%} + {{motd[1]|safe}} + {%- else -%} + {{motd[1]}} + {%- endif -%} +

Search Browse tags Browse albums