diff options
Diffstat (limited to 'src/Pages/Leverandorar.cshtml')
| -rw-r--r-- | src/Pages/Leverandorar.cshtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Pages/Leverandorar.cshtml b/src/Pages/Leverandorar.cshtml new file mode 100644 index 0000000..eb712a5 --- /dev/null +++ b/src/Pages/Leverandorar.cshtml @@ -0,0 +1,9 @@ +@page "/leverandørar" +@model VSH.Pages.Leverandorar +@{ + ViewData["Title"] = "Leverandørar"; +} + +<div class="container py-3 py-md-5 dynamic-content"> + @Html.Raw(Model.DealersPageHtml) +</div>
\ No newline at end of file |
