| http://www.w3.org/ns/prov#value | - {% extends X %} - kinda like subclass X. kinda like #include if you do not pay attention too close. but more like subclassing because {% block Y %} defined in X can be overridden (replaced) if it is redefined in the current code. in this case, main.html defines the 'stuff that will be on all pages' including some placeholders for headings and content, and month_index.html defines the headings and c
|