Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- {head title => "Nette Application Skeleton"}
- <meta name="description" content="Nette Framework web application skeleton">
- {stylesheet 'css/screen.css', media => "screen,projection,tv"}
- {javascript 'http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js',
- 'js/netteForms.js'}
- <link rel="shortcut icon" href="{$basePath}/favicon.ico" type="image/x-icon">
- {block head}{/block}
- {/head}
- <body>
- <script> document.body.className+=' js' </script>
- <div n:foreach="$flashes as $flash" class="flash {$flash->type}">{$flash->message}</div>
- {include #content}
- {control head:scripts}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment