mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-20 21:59:41 +02:00
11 lines
195 B
Twig
11 lines
195 B
Twig
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>{{ title }}</title>
|
||
|
<link rel='stylesheet' href='/stylesheets/style.css' />
|
||
|
</head>
|
||
|
<body>
|
||
|
{% block body %}{% endblock %}
|
||
|
</body>
|
||
|
</html>
|