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' %}