From e7151806ea662d34fe669fa92dd60292c620a7fd Mon Sep 17 00:00:00 2001 From: Kiwi Date: Thu, 23 May 2019 01:57:09 +0200 Subject: [PATCH] fix: nunjuck formatting error (#2322) --- src/core/server/app/views/client.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/core/server/app/views/client.html b/src/core/server/app/views/client.html index bdeb3b46b..31e0a0501 100644 --- a/src/core/server/app/views/client.html +++ b/src/core/server/app/views/client.html @@ -1,11 +1,7 @@ {% import "macros.html" as macros %} {% extends "templates/base.html" %} {% block title %}Coral{% endblock %} {% block meta %} {% endblock %} {# Include all the styles from the entrypoint #} {% if entrypoint.css or enableCustomCSS %} {% block css %} {% if entrypoint.css %} {%