Updated base.html

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