12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
@using BlueWest.Views.Utils
|
||
|
@{
|
||
|
ViewData["Title"] = "Home Page";
|
||
|
}
|
||
|
|
||
|
<div class="text-center">
|
||
|
<h1 class="display-4">Currencies Module</h1>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
@await Html.PartialAsync("_FooterMenu");
|