@using Microsoft.AspNetCore.Http;
@using Microsoft.AspNetCore.Mvc;
@using EFB.Sessions;
@ViewData["Title"] - EFB
@RenderBody()
@{
//Render body is used to load the relevant view in relation to the controller
}
@await RenderSectionAsync("Scripts", required: false)