17 lines
331 B
Smarty
17 lines
331 B
Smarty
{extends "index.tpl"}
|
|
|
|
{block "css-entry" append}
|
|
{encore_entry_link_tags entry='htmlpage'}
|
|
{/block}
|
|
|
|
{block "content"}
|
|
<div class="html-page html-page-{$body.page.id}">
|
|
{$body.page.html_page|inline_edit nofilter}
|
|
</div>
|
|
{/block}
|
|
|
|
|
|
{block "js-entry" append}
|
|
{encore_entry_script_tags entry='htmlpage'}
|
|
{/block}
|