Commit 15928b0b authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Created the books.html for the book page

parent 7a36597d
<!-- project/app/template/app/index.html -->
{% extends 'base.html' %}
{% load static %}
{% block title %}My Favorite Books{% endblock %}
{% block content %}
<h1>Enzo's Favorite Books:</h1>
<body>{% for book in books %}
<li>{{ book.title }}</li>
</body>
{% 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