@model Church.Net.Entity.Vocabulary @{ ViewBag.title = "Review"; }
@Html.Partial("~/Areas/English/Views/Shared/_SpellPractice.cshtml", Model)
@Html.ActionLink("Back to List", "Index")
@section scripts{ }