1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-02 20:15:25 +02:00
This commit is contained in:
gohabereg@gmail.com 2018-08-10 19:25:29 +03:00
commit 2e717f6415
11 changed files with 634 additions and 0 deletions

10
views/layout.twig Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>