7 lines
145 B
HTML
7 lines
145 B
HTML
|
|
<#macro makeHeader title>
|
||
|
|
<head>
|
||
|
|
<title>${title}</title>
|
||
|
|
<link href="style.css" type="text/css" rel="stylesheet">
|
||
|
|
</head>
|
||
|
|
</#macro>
|