diff --git a/src/main/resources/templates/home.ftl b/src/main/resources/templates/home.ftl index eadc4bf..42af236 100644 --- a/src/main/resources/templates/home.ftl +++ b/src/main/resources/templates/home.ftl @@ -1,5 +1,6 @@ + Parliament Explorer <#include "header.ftl"> diff --git a/src/main/resources/templates/parlamentarier.ftl b/src/main/resources/templates/parlamentarier.ftl index 88f10ec..86277ed 100644 --- a/src/main/resources/templates/parlamentarier.ftl +++ b/src/main/resources/templates/parlamentarier.ftl @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ <#list parlamentarier as p> - ${p.nachname}, ${p.vorname} + ${p.vorname} ${p.nachname} ${p.partei} ${p.id}