From 54a49651026619b32e22322ca23397e7773cb95f Mon Sep 17 00:00:00 2001 From: WorldWidePixel Date: Mon, 3 Jun 2024 02:57:46 +0200 Subject: [PATCH] }} --- template/nation.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/nation.twig b/template/nation.twig index 7c2d804..8e2cf0c 100644 --- a/template/nation.twig +++ b/template/nation.twig @@ -5,11 +5,11 @@ {% include 'includes/nav.twig' with {'page': 'nation'} %}
-

{{ nation.name }}}}

-

{{ nation.short }}}}

+

{{ nation.name }}

+

{{ nation.short }}


- {{ nation.name }}'s flag. -

{{ nation.description }}}}

+ {{ nation.name }}'s flag. +

{{ nation.description }}

{% include 'includes/footer.twig' %}