maggicl
ac03cba7ef
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@1 a672b425-5310-4d7a-af5c-997e18724b81
16 lines
397 B
HTML
16 lines
397 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body>
|
|
<header class="header">
|
|
<section class="head container">
|
|
<h1 class="title">{{ site.title }}</h1>
|
|
</section>
|
|
{% include header.html %}
|
|
</header>
|
|
<main class="container">
|
|
{{ content }}
|
|
</main>
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|