view _test/Resources/view/layout/default.tt @ 422:b0481c071bea ref20150831

IMPL::Config::Container tests, YAMLConfiguration now works and tested
author cin
date Sun, 20 Aug 2017 00:20:41 +0300
parents cfd7570c2af2
children
line wrap: on
line source

[%
    document.dojo.modules = [];
%]
[%~ WRAPPER DOC%]
    $content
[% END %]

[% BLOCK DOC %]
    [%~ render('header') %]
    [% render('menu') %]
    [% render('nav') %]
    $content
    [% render('footer') %]
[% END %]