@* Generator: WebPage *@ @using System.Linq; @using NuGet; @{ IPackage package = Page.package; }

@package.GetDisplayName()

@if (!String.IsNullOrEmpty(package.Description)) {

@package.Description

}