9 lines
117 B
Smarty
9 lines
117 B
Smarty
{extends file='page.tpl'}
|
|
|
|
{block name="page_content"}
|
|
<h1>test</h1>
|
|
<p>
|
|
{$test}
|
|
</p>
|
|
{/block}
|