diff --git a/templates/index.html b/templates/index.html index 44051f2..0a96bc9 100755 --- a/templates/index.html +++ b/templates/index.html @@ -57,6 +57,12 @@
{% endblock header %} + {% block static %} + {% set about_us = get_page(path="static/about.md") %} + {{ about_us.content | safe }} +
+ {% endblock static %} + {% block content %}