blob: 4679c0f503d4b7b441a04fc8233804f0c361dfaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@page "/nrk-radio"
@model I2R.LightNews.Pages.NrkRadio
@{
Layout = "_Layout";
}
<aside id="app-data" style="display: none" aria-hidden="true" data-json="@(Model.FrontPageDataJSON)"></aside>
<div id="app"></div>
@section Scripts {
<script asp-append-version="true" src="~/radio.js"></script>
}
|