Files
masimmo.pl/modules/santandercredit/views/templates/front/test.tpl
2025-03-09 23:50:32 +01:00

9 lines
117 B
Smarty

{extends file='page.tpl'}
{block name="page_content"}
<h1>test</h1>
<p>
{$test}
</p>
{/block}