You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
410 B
22 lines
410 B
@inherits LayoutComponentBase
|
|
|
|
<PageTitle>CraftSharp</PageTitle>
|
|
|
|
<div class="main_div">
|
|
<HeaderLayout/>
|
|
<article class="content px-4">
|
|
@Body
|
|
</article>
|
|
|
|
<div class="bedrock_footer">
|
|
<img class="bedrock_footer_img" src="/Images/bedrock_footer.png" />
|
|
<div class="px-4 culture">
|
|
<CultureSelector/>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|