lean-console/view/base/layout/console.phtml

28 lines
1.0 KiB
PHTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="LEAN console environment">
<meta name="author" content="Dave Mc Nicoll">
<meta name="msapplication-TileColor" content="#ccc">
<meta name="theme-color" content="#ffffff">
<link rel="icon" href="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Ctext%20x='0'%20y='14'%3E🔳%3C/text%3E%3C/svg%3E" type="image/svg+xml" />
<title>{{ title() }}</title>
<style>
{% include "lean/base/asset/lean.css" %}
</style>
{% section "head" %}{% endsection %}
</head>
<body>
<header>{% section "header" %}{% endsection %}</header>
<main>{% section "content" %}{% endsection %}</main>
<footer>{% section "footer" %}{% endsection %}</footer>
</body>
</html>