Gave a new structure to project

This commit is contained in:
Pierre
2018-05-10 11:16:54 +02:00
parent 993f16bacd
commit 005b1e4526
14 changed files with 40 additions and 40 deletions

View File

@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
{% include common/head.html %}
<body id="page-top">
{% include nav.html %}
{% include common/nav.html %}
{{ content }}
{% include contact.html %}
{% include scripts.html %}
{% include common/contact.html %}
{% include common/scripts.html %}
</body>
</html>