Commit e7e8cf5e authored by RJC's avatar RJC

modified base html file

parent 1561f78c
......@@ -2,9 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<title> {% block title %} Title {% endblock %}</title>
</head>
<body>
<h1>
{% block header %} Header {% endblock %}
</h1>
<body>
{% block content %} Content {% endblock %}
</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