Updated base.html

parent 52e1c423
<!DOCTYPE html>
<html>
<body>
{% load static %}
<html lang="en">
<link rel="stylesheet" href="{% static 'styles.css' %}">
{% block content %}
{% endblock content %}<br>
<head>
<title> {% block title %} Title {% endblock %}</title>
</head>
<div id = "main">
<body>
<h1>
{% block header %} Header {% endblock %}
</h1>
</body>
<div id = "content">
{% block content %} Content {% endblock %}
</div>
{% block navbar %} {% endblock %}
</body>
</div>
</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