{% block head %}{% endblock %}
Pathagar
Book Server
Latest
By Title
By Author
Most Downloaded
Tags
Search All
Search Title
Search Author
{% if user.is_authenticated %}
Welcome, {{ user.username }}
Add Book
Log Out
{% else %}
Log In
{% endif %}
{% block feed_link %}{% endblock %}
{% block content %}{% endblock %} {% block footer %}{% endblock %}