{% include header.html %}
{% include logo.html %} {% if page.url == '/' %} {% include course.html %} {% elsif page.url == '/404' %}
Page not found!
{% else %} {{ content }} {% endif %} {% include footer.html %} {% include foot/pwaupdate.html %}