// The site config config: Config; // The data of the taxonomy, from the config taxonomy: TaxonomyConfig; // The current full permalink for that page current_url: String; // The current path for that page current_path: String; // The current term being rendered term: TaxonomyTerm; // The lang of the current page lang: String;