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

Local Library Home

Welcome to LocalLibrary, a very basic Django website developed as a tutorial example on the Mozilla Developer Network.

Dynamic content

The library has the following record counts:

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

{% endblock %}