diff --git a/extensions/qute/deployment/src/main/resources/dev-templates/templates.html b/extensions/qute/deployment/src/main/resources/dev-templates/templates.html index 5cdf5a88db068..2871a20333d44 100644 --- a/extensions/qute/deployment/src/main/resources/dev-templates/templates.html +++ b/extensions/qute/deployment/src/main/resources/dev-templates/templates.html @@ -1,4 +1,4 @@ -{#include main} +{#include main fluid=true} {#style} .annotation { color: gray; @@ -26,7 +26,7 @@ @@ -36,7 +36,7 @@ {#if template.parameters} {#for entry in template.parameters} - {entry.key}: {entry.value}
+ {entry.key}: {entry.value}
{/for} {/if}