theshell.ch/site/_layouts/main.html
maggicl f38b5fc0e6 Inital commit: added initial jekyll install
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@1 a672b425-5310-4d7a-af5c-997e18724b81
2018-10-30 17:09:13 +00:00

17 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>