Skip to content

Instantly share code, notes, and snippets.

@hhamon
Last active December 17, 2015 12:29
Show Gist options
  • Select an option

  • Save hhamon/5609617 to your computer and use it in GitHub Desktop.

Select an option

Save hhamon/5609617 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><?php $view['slots']->output('title', 'Todo Application') ?></title>
<link rel="stylesheet" media="screen" type="text/css" href="/style.css"/>
</head>
<body>
<div id="container">
<h1>
<a href="">My Todos List</a>
</h1>
<div id="content">
<?php $view['slots']->output('_content') ?>
</div>
<div id="footer">
(c) copyright - not sensio
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment