1
0
mirror of https://github.com/pierre42100/AboutComunic synced 2025-09-18 21:38:54 +00:00
Files
AboutComunic/_layouts/default.html
2018-05-08 19:06:35 +02:00

16 lines
198 B
HTML

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