19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
@page "/gallery"
|
|
@using SharedUI.Shared.Components.Layout
|
|
|
|
<MiniHeroComponent Title="Galéria" SubTitle="" Breadcrumb="Galéria" />
|
|
<!--// Main Section \\-->
|
|
<GalleryComponent />
|
|
<!--// Main Section \\-->
|
|
<!--// Footer \\-->
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
<!--// Main Wrapper \\-->
|
|
<script type="text/javascript" src="_content/SharedUI/assets/script/functions.js"></script>
|
|
<script type="text/javascript" src="_content/SharedUI/assets/script/jplayer.functions.js"></script>
|
|
|
|
@code {
|
|
|
|
}
|