Add references section

This commit is contained in:
2021-10-18 09:30:35 +01:00
parent aa97aaf12c
commit 743c82b5a5
5 changed files with 55 additions and 0 deletions

View File

@ -37,6 +37,8 @@
{% include './assessment.nj' %}
{% include './treatment.nj' %}
{% include './references.nj' %}
</div>
</body>

13
templates/references.nj Normal file
View File

@ -0,0 +1,13 @@
<div class='row'>
<div class='column'>
<h2>References</h2>
</div>
</div>
<div class='references row'>
<div class='column'>
<ol>
<li id='ref-1'>{{ "Alcoholic brain damage. (2013). In Crichton, R., & Ward, R. (2013). Metal-based neurodegeneration: from molecular mechanisms to therapeutic strategies. John Wiley & Sons. https://doi.org/10.1002/9781118553480.ch12" | urlize | safe }}</li>
<li id='ref-2'>{{ "Global Burden of Disease Collaborative Network. Global Burden of Disease Study 2019 (GBD 2019) Results. Seattle, United States: Institute for Health Metrics and Evaluation (IHME), 2020. Available from http://ghdx.healthdata.org/gbd-results-tool." | urlize | safe }}</li>
</ol>
</div>
</div>