Snippet

4/26/2023

Some testing here

something else would be here....

public IActionResult Home()
{
    var model = new HomeViewModel(CurrentPage, _publishedValueFallback);
    return CurrentTemplate(model);
}

More stuff would go here... that how we do it