geometria-solida/_layouts/main.html
2014-05-26 00:13:25 +02:00

12 lines
328 B
HTML

<!doctype html>
<html>
<head>
<title> {{ page.title }} </title>
<link rel="stylesheet" type="text/css" href="{{ page.css }}.css" />
</head>
<body>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>
<div id="container"> {{ content }} </div>
</body>
</html>