1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-21 22:29:40 +02:00
codex.docs/src/views/layout.twig

12 lines
253 B
Twig
Raw Normal View History

2018-08-10 19:25:29 +03:00
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/dist/bundle.css" />
<script src="/dist/bundle.js" onload="new Docs()"></script>
2018-08-10 19:25:29 +03:00
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>