Browse the largest collection of our best and interesting books. You'll definitely find what you are looking for..
@foreach(var book in Website.Data("All_Books").Items.Ordered().Where(b=>b["Price"] != "Free")){
var PrintDate = DateTime.Parse(book["Print_Date"]);
if(System.DateTime.Now >= PrintDate){
@book.Title
@book["BN_Title"]
Category- @book["Category"]
Author- @book["Author"]
First Print - @PrintDate.ToString("MMMM dd, yyyy")