Added home.html

parent c9ad39d1
{% extends 'base.html' %} {% extends 'base.html' %}
{% load static %}
{% block title %} My Favorite Books & Authors {% endblock %} {% block title %} My Favorite Books & Authors {% endblock %}
{% block header %} Welcome to Dani's Database of Favorite Books and Authors!{% endblock %} {% block header %} Welcome to Dani's Database of Favorite Books and Authors!{% endblock %}
{% block body %} {% block body %}
<p> I don't read books so these are the only books I have read so far.</p> <p> I don't read books so these are the only books I have read so far.</p>
<a href="http://127.0.0.1:8000/bookshelf/books">Books</a>---------------------------------------------- <a href="/bookshelf/books/">Books</a>-----------------------------------------
<a href="http://127.0.0.1:8000/bookshelf/author">Authors</a> <a href="/bookshelf/author/">Authors</a>
{% endblock %} {% endblock %}
\ 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