NDOJ/templates/course/home.html

4 lines
154 B
HTML
Raw Permalink Normal View History

2023-03-01 13:40:49 +00:00
<h1> {{ title }} - Home </h1>
<h2> About: {{ description }} </h2>
<a href="/courses/{{ course.pk }}-{{ course.slug }}/resource"> See course resource.</a>