{% load staticfiles %} {% load cookielaw_tags %} Teaching - Scientific Computing @ UHH {% cookielaw_banner %} {% include "frontend/navbar.html" %}
 
{% for course in courses_list %}

{{ course.title }}

{{ course.description }}

Take course »

{% endfor %}

{% include "frontend/footer.html" %}