local p = {}

function p.navyear(frame)
	return frame:expandTemplate{ title = 'Category series navigation', args = frame.args }
end

return p