<%include file="/support/header.mako" args="title='TIF Calculator'"/>
% if result["title"]: % else: % endif
% if "error" in result:
% if result["error"] == "no page":

Can't find the given page: ${result["page"].title | h}.

% else An unknown error occurred. % endif
% endif % if "tif" in result:
${result["page"].title | h}
TIF ${result["tif"]}
Transclusions ${result["transclusions"]}
Protection ${result["protection"]}
% if "cache" in result and result["cache"]:
Pageview data is cached from up to ${result["cache_age"]} ago.
% endif
% endif <%include file="/support/footer.mako"/>