openvk/Web/Presenters/templates/Notes/PreView.xml
2022-08-19 20:20:09 +03:00

37 lines
526 B
XML

{extends "../@layout.xml"}
{block title}
{$title}
{/block}
{block header}
{$title}
{/block}
{block content}
<style>
.sidebar {
display: none;
}
.page_header {
display: none;
}
.page_content {
display: unset;
width: unset;
}
.page_body {
width: unset;
float: unset;
}
.page_footer {
display: none;
}
</style>
{$html|noescape}
{/block}