diff --git a/src/main/resources/templates/towns/caerphilly.html b/src/main/resources/templates/towns/caerphilly.html
index 0baeb2da72abe102cb8f16a80e7f65dd2879ac2e..67c465a1631d8a8f849efd084c04dc902f6b733f 100644
--- a/src/main/resources/templates/towns/caerphilly.html
+++ b/src/main/resources/templates/towns/caerphilly.html
@@ -109,6 +109,7 @@
         display:grid;
         grid-template-columns: 50% 50%;
         grid-template-rows: auto;
+        /*todo header and footer contrainer*/
         grid-template-areas:
         "title1 title1"
         "title2 title2"