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" /> This is {{ course_code }}
<title>Assignment_detail</title> {% endblock &}
</head> \ No newline at end of file
<body>
<a href="{% url 'assignments:index' %}">HOME</a>
This is {{ course_code }}
</body>
</html>
\ 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