diff --git a/index.php b/index.php index 665a1f8..734c1f2 100644 --- a/index.php +++ b/index.php @@ -91,7 +91,7 @@ echo $twig->render('404.twig'); } else { - echo $twig->render('nation.twig'); + echo $twig->render('nation.twig', array('nation' => $nation)); } });