@page "{Id?}" @model IndexModel @{ ViewData["Title"] = "Startpage"; }
@if (Model.Id is null) {

Welcome to Just Short It!

The KISS single-user URL shortener!

Start shorting URLs } else {

@Model.ErrorMessage

}