dirty URL translations. public $urls = array(); # Boolean: $feed # Serve a syndication feed? determines this if set to @null@. public $feed = null; # Boolean: $displayed # Has anything been displayed? public $displayed = false; # Array: $context # The context supplied to Twig when displaying pages. public $context = array(); # Integer: $post_limit # Item limit for pagination. public $post_limit = 10; }