added base.html template

parent 521cdd5e
<!DOCTYPE html>
<html>
<head>
<title>{% block title}{% endblock %}</title>
</head>
<body>
{% block 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