2021-10-19 22:04:41 +00:00
|
|
|
<html lang="en" data-theme="light">
|
2021-10-17 07:35:16 +00:00
|
|
|
{% include './head.nj' %}
|
2021-10-11 17:14:52 +00:00
|
|
|
|
2021-10-19 22:04:41 +00:00
|
|
|
<body class='container'>
|
|
|
|
<header class='navbar'>
|
|
|
|
<nav class='navbar-section columns'>
|
|
|
|
<a class='btn btn-link column' href='#alcohol-and-the-brain'>Alcohol and the Brain</a>
|
|
|
|
<a class='btn btn-link column' href='#what-is-cerebellum'>What is Cerebellum?</a>
|
|
|
|
<a class='btn btn-link column' href='#how-alcohol-damages-cerebellum'>Alcohol and Cerebellum</a>
|
|
|
|
<a class='btn btn-link column' href='#how-cerebellum-damage-affects-you'>Symptoms</a>
|
|
|
|
<a class='btn btn-link column' href='#assessment'>Assessment</a>
|
|
|
|
<a class='btn btn-link column' href='#treatment-and-rehab'>Treatment & Rehabilitation</a>
|
|
|
|
</nav>
|
2021-10-17 07:35:16 +00:00
|
|
|
</header>
|
2021-10-19 22:04:41 +00:00
|
|
|
|
|
|
|
<div class='vertical-space'></div>
|
2021-10-11 17:14:52 +00:00
|
|
|
|
2021-10-19 22:04:41 +00:00
|
|
|
<main class='columns'>
|
|
|
|
<div class='heading text-center column col-12'>
|
|
|
|
<div>
|
2021-10-17 07:35:16 +00:00
|
|
|
<h1>{{ title }}</h1>
|
|
|
|
<h2>{{ subtitle }}</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-10-11 17:14:52 +00:00
|
|
|
|
2021-10-19 22:04:41 +00:00
|
|
|
<div class='illustration text-center column col-9 col-md-12 p-centered'>
|
2021-10-17 07:35:16 +00:00
|
|
|
{% include 'assets/alcohol-cerebellum.svg' %}
|
|
|
|
</div>
|
2021-10-11 18:13:00 +00:00
|
|
|
|
2021-10-17 07:35:16 +00:00
|
|
|
<div class='vertical-space'></div>
|
2021-10-11 17:14:52 +00:00
|
|
|
|
2021-10-17 07:39:09 +00:00
|
|
|
{% include './alcohol-and-the-brain.nj' %}
|
2021-10-17 07:35:16 +00:00
|
|
|
|
2021-10-17 07:39:09 +00:00
|
|
|
{% include './what-is-cerebellum.nj' %}
|
2021-10-17 07:35:16 +00:00
|
|
|
|
2021-10-17 07:39:09 +00:00
|
|
|
{% include './alcohol-damage-cerebellum.nj' %}
|
2021-10-17 07:35:16 +00:00
|
|
|
|
2021-10-17 07:39:09 +00:00
|
|
|
{% include './symptoms.nj' %}
|
2021-10-17 07:35:16 +00:00
|
|
|
|
2021-10-17 07:39:09 +00:00
|
|
|
{% include './assessment.nj' %}
|
2021-10-11 18:13:00 +00:00
|
|
|
|
2021-10-17 07:39:09 +00:00
|
|
|
{% include './treatment.nj' %}
|
2021-10-18 08:30:35 +00:00
|
|
|
|
|
|
|
{% include './references.nj' %}
|
2021-10-19 22:04:41 +00:00
|
|
|
</main>
|
2021-10-17 07:35:16 +00:00
|
|
|
</body>
|
2021-10-11 17:14:52 +00:00
|
|
|
|
2021-10-17 07:35:16 +00:00
|
|
|
{% include './scripts.nj' %}
|
|
|
|
</html>
|