Trying to implement base.html

parent d47159f2
<html lang="en"> {% extends 'base.html' %}
<head>
<meta charset = "UTF-8" /> {& block body &}
<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 }} This is {{ course_code }}
</body> {% endblock &}
</html> \ No newline at end of file
\ 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