{% include "shared/_head.html.j2" %} {% include "shared/_navbar.html.j2" %}
{{body1 | markdownify}}
{{body2 | markdownify}}
{{body3 | markdownify}}
{{tail | markdownify}}

News

    {% for item in news %}
  • {{item.date}} {{item.body | markdownify}}
  • {% endfor %}
{% include "shared/_footer.html.j2" %}