Help for this page
include("templates/top.html"); include("templates/left.html"); include("templates/main.html"); include("templates/bottom.html");
foreach $plate(keys %PLATES) { ... print $TEMPLATE{'left'} print $TEMPLATE{'main'} print $TEMPLATE{'bottom'}