Commit 6853bf40 authored by Agu Syquia's avatar Agu Syquia

Created home.html

Template rendered by the home_view function
parent 2e2d8c5e
{% extends 'base.html' %}
{% load static%}
{% block title %}My Favorite Books & Authors{% endblock %}
{% block content %}
<h1>Welcome to Agu's Database of
Favorite Books and Authors</h1>
<h3>Agu doesn't read a lot of books and so
this selection is pretty limited and mostly consists
of children's books and their authors.</h3>
<a href="/books">Books</a> <a href="/authors">Authors</a>
{% 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