{% import "helpers/system.nunj" as systemMacros %}
{% import "helpers/ui.nunj" as ui %}
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width">

    <script>var cl = document.querySelector('html').classList; cl.remove('no-js'); cl.add('has-js');</script>

    <link rel="stylesheet" type="text/css" href="/_theme/fractal.css">

    {% block head %}{% endblock %}

    <title>{% if section.title %}{{ section.title }} | {% endif %}{{ fractal.config.project.title }}</title>
</head>
<body>
<div class="fr-wrapper" data-behaviour="page">
    {% block page %}{% endblock %}
</div>
<script src="/_theme/fractal.js"></script>
<script>Fractal.boot();</script>
</body>
</html>
