view _test/Resources/view/site/product/view.tt @ 415:3d24b10dd0d5 ref20150831

working on IMPL::Config::Container
author cin
date Tue, 20 Oct 2015 07:32:55 +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>