{% extends "templates/base.html" %} {% from "www/hackathons/macros/card.html" import null_card %} {% block title %}{{ 'Courses' }}{% endblock %} {% block head_include %} {% endblock %} {% block content %}
{{ _("Complete your {0} to access the courses.").format(profile_link) }}