cerebellum-alcohol-infographic/templates/index.nj

46 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-10-17 07:35:16 +00:00
<html lang="en">
{% include './head.nj' %}
2021-10-11 17:14:52 +00:00
2021-10-17 07:35:16 +00:00
<body>
<header class='row'>
<div class='column'><a href='#alcohol-and-the-brain'>Alcohol and the Brain</a></div>
<div class='column'><a href='#what-is-cerebellum'>What is Cerebellum?</a></div>
<div class='column'><a href='#how-alcohol-damages-cerebellum'>Alcohol and Cerebellum</a></div>
<div class='column'><a href='#how-cerebellum-damage-affects-you'>Symptoms</a></div>
<div class='column'><a href='#assessment'>Assessment</a></div>
<div class='column'><a href='#treatment-and-rehab'>Treatment & Rehabilitation</a></div>
</header>
2021-10-11 17:14:52 +00:00
2021-10-17 07:35:16 +00:00
<div class='container'>
<div class='row heading'>
<div class='column'>
<h1>{{ title }}</h1>
<h2>{{ subtitle }}</h2>
</div>
</div>
2021-10-11 17:14:52 +00:00
2021-10-17 07:35:16 +00:00
<div class='row'>
{% 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-11 17:14:52 +00:00
</div>
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>