Created the project-level base template

parent c3ac4035
<!DOCTYPE html>
<html lang="en">
<head>
<title> {% block title %} Title {% endblock %}</title>
</head>
<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