Commit d010e499 authored by Julia Anishka's avatar Julia Anishka

created base.html

parent cf18e717
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %} My Favorite Books & Authors {% endblock %}</title>
{% block styles %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% 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