recreated app-level template folder and created the home.html

parent 74e28396
{% extends 'base.html' %}
{% load static %}
}
{% block content %}
<h1>Welcome to Lance's Database of Favorite Books and Authors!</h1>
<p>I enjoy reading books from time to time. I love dystopian, japanese,and
existentialism literature. Some of my favorite authors are Haruki Murakami and George Orwell.
</p>
<a href='/bookshelf/books/'>Books</a>
<a href='/bookshelf/authors/'>Authors</a>
{% endblock %}
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