From 80870547d0c7bc242687c6a5d6c0f01a9fd3c9ff Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Sun, 7 Apr 2024 03:05:42 -0300 Subject: [PATCH] Add nation descriptions to nation pages --- template/nation.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template/nation.twig b/template/nation.twig index 8cea7f9..2b7b30d 100644 --- a/template/nation.twig +++ b/template/nation.twig @@ -10,11 +10,14 @@ code: {{ nation.short }}
  • - full_name: {{ nation.name }} + name: {{ nation.name }}
  • flag: {{ nation.name }}'s flag.
  • +
  • + description: {{nation.description}} +