<#macro makeHeader title>
<head>
<title>${title}</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
</#macro>