@using Library.Models.Forum @{ var boardID = ViewData["BoardID"] as int?; var boardList = ViewData["BoardList"] as List; }

@ViewData["Title"]