theshell.ch/site/_layouts/main.html
maggicl b5d0bfd80e css: CSS style is now decent (mobile menu still to fix)
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@28 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-02 15:00:59 +00:00

14 lines
239 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header class="header">
{% include header.html %}
</header>
<main class="container">
{{ content }}
</main>
{% include footer.html %}
</body>
</html>