{% extends "base.html" %} {% block title %}Courses{% endblock %} {% block link %} {% endblock %} {% block nav_link %}
  • Home
  • About
  • Contact
  • {% if current_user.confirmed and current_user.is_authenticated %} {% else %}
  • Login
  • {% endif %} {% endblock %} {% block content %}
    {% endblock %} {% block script %} {% endblock %}