@using Ombi.UI.Helpers @inherits Ombi.UI.Helpers.EmptyViewBase @{ var baseUrl = Html.GetBaseUrl(); var formAction = string.Empty; if (!string.IsNullOrEmpty(baseUrl.ToHtmlString())) { formAction = "/" + baseUrl.ToHtmlString(); } } @Html.LoadWizardAssets()

Welcome to Ombi

we are just going to run though the initial Ombi setup!