@page @using Props.Services.Content @model IndexModel @inject ITextualManager ContentManager @{ ViewData["Title"] = "Home page"; }
Props logo

Props

@ContentManager.Json.description

@ContentManager.Json.help.title

@ContentManager.Json.help.searchIntroduction

@ContentManager.Json.help.additionalInfo

Our Mission

@ContentManager.Json.mission


Features

@ContentManager.Json.features.description

@foreach (dynamic feature in ContentManager.Json.features.list) {
@feature.title
@feature.subtitle

@feature.text

}