{% extends "base_generic.html" %} {% block content %}
Welcome to library catalog, a website developed by me!
Here are the current records:
You have visited this page {{ num_visits }}{% if num_visits == 1 %} time{% else %} times{% endif %}.
{% endblock %}