Trying to implement base.html

parent d47159f2
<html lang="en">
<head>
<meta charset = "UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Assignment_detail</title>
</head>
<body>
<a href="{% url 'assignments:index' %}">HOME</a>
This is {{ course_code }}
</body>
</html>
\ No newline at end of file
{% extends 'base.html' %}
{& block body &}
This is {{ course_code }}
{% endblock &}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment