{% extends "base_generic.html" %} {% block content %}

Simple Library Catalog.

Welcome to library catalog, a website developed by someone!

Records:

Here are the current records:

You have visited this page {{ num_visits }}{% if num_visits == 1 %} time{% else %} times{% endif %}.

{% endblock %}