view _test/Resources/view/site/product/view.tt @ 427:09e0086a82a7 ref20150831 tip

Merge
author cin
date Tue, 15 May 2018 00:51:33 +0300
parents cfd7570c2af2
children
line wrap: on
line source

[% document.title = PageTitle %]
<h1> $PageTitle </h1>
<div>name: [% display('name') %]</div>
<div>description: [% display(model) %]</div>