15 lines
185 B
Plaintext
15 lines
185 B
Plaintext
@using moadiran.Layout
|
|
@inherits LayoutComponentBase
|
|
|
|
|
|
<LBlogheader />
|
|
<div id="smooth-wrapper">
|
|
<div id="smooth-content">
|
|
@Body
|
|
<Lfooter />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|