homepage/docroot/master.tmpl

12 lines
191 B
Cheetah
Raw Normal View History

2018-05-09 14:31:22 +02:00
<html>
<head>
<title>#title#</title>
2018-05-11 12:24:52 +02:00
<link rel="stylesheet" type="text/css" href="files/default.css"/>
2018-05-09 14:31:22 +02:00
</head>
<body>
<div>
#maincontent#
</div>
</body>
</html>