Commit b1a9d5ce authored by KaoruSawade's avatar KaoruSawade

Created home.html used to display homepage

parent b5dbf966
{% extends 'base.html' %}
{% load static %}
{% block title %}My Favorite Books & Authors{% endblock %}
{% block content %}
<h2>Welcome to Carlos' Database of Favorite Books and Authors!</h2>
<h3>I mainly enjoy reading fiction over non-fiction;</h3>
I particularly like reading fantasy adventures telling grandiose tales of journeying over vast <br>
worlds with mystical settings, equal parts bustling with and devoid of activity<br>
as the protagonists look for, pursue, or even discover the purpose they'd set out to fulfill<br>
--naturally, all with intriguing character writing to complete it all.<br>
</p>
{% endblock %}
{% block navbar %}
<ul class="navbarList">
<li class="navbarItem"><a href="/home">Home</a></li>
<li class="navbarItem"><a href="/books">Books</a></li>
<li class="navbarItem"><a href="/authors">Authors</a></li>
</ul>
{% 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