{% extends "base.html" %} {% load static %} {% block content %} {% include "includes/sidenav.html" %}
Course Thumbnail

{{ course.title|capfirst }}

by {{ user.username }} Last updated: {{ course.updated_at|date:"F d, Y" }} Back to Dashboard
{% endblock content %}