Relative path to the root directory (with the index file).

Use "" for pages in the root directory Use ".." for pages in a subdirectory

Property definitions

nitc $ CatalogPage :: rootpath
	# Relative path to the root directory (with the index file).
	#
	# Use "" for pages in the root directory
	# Use ".." for pages in a subdirectory
	var rootpath: String
src/nitcatalog.nit:42,2--46,21