geometria-solida/_layouts/main.html

11 lines
215 B
HTML
Raw Normal View History

2014-05-25 21:25:36 +02:00
<!doctype html>
<html>
<head>
<title> {{ page.title }} </title>
<link rel="stylesheet" type="text/css" href="{{ page.css }}.css" />
</head>
<body>
<div id="container"> {{ content }} </div>
</body>
</html>