Files
kupshop/web/templates/x/page.tpl
2025-08-02 16:30:27 +02:00

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}