{% extends "base_generic.html" %} {% block content %}
Welcome to LocalLibrary, a very basic Django website developed as a tutorial example on the Mozilla Developer Network.
The library has the following record counts:
You have visited this page {{ num_visits }}{% if num_visits == 1 %} time{% else %} times{% endif %}.
{% endblock %}