Commit c0fec781 authored by Joaquin Hermosisima's avatar Joaquin Hermosisima

fixed home.html

parent 93556e09
{% extends "base.html" %}
<html>
{% block title %}
My Favorite Books & Authors
{% endblock %}
{%block title%}My Favorite Books & Authors{%endblock%}
{% block header %}
Welcome to {{ nickname }}'s Database of Favorite Books & Authors!
{% endblock %}
{%block header%} Welcome to {{nickname}}'s Database of Favorite Books & Authors! {%endblock%}
{% block content %}
<p>The collection of books you will find here mostly belong to the military espionage/thriller genre</p>
<div>
<p>while others come from Middle-earth fiction and romance.</p>
</div>
{%block content%}
<p>The collection of books you will find here mostly belong to the military espionage/thriller genre</p><div>
<p>while others come from Middle-earth fiction and romance.</p></div>
{% for url in urls %}
<a href="../{{url}}">{{url}}</a>
{% endfor %}
{%endblock%}
</html>
<div>
{% for url in urls %}
<a href="../{{ url }}">{{ url }}</a>
{% endfor %}
</div>
<a href="../books/add">{{ new_urls.0 }}</a>
<a href="../authors/add">{{ new_urls.1 }}</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