view _test/Resources/view/site/product/view.tt @ 403:7171a8e2e2ba

dirty fix for url encoding
author sergey
date Tue, 20 May 2014 01:26:45 +0400
parents cfd7570c2af2
children
line wrap: on
line source

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