Skip to content

Instantly share code, notes, and snippets.

@hidenorigoto
Created July 18, 2010 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hidenorigoto/480395 to your computer and use it in GitHub Desktop.
Save hidenorigoto/480395 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<?php echo $this->esi->handle($this, 'http://ubook/~goto/symfony-sandbox/web/HelloBundle%3ACommon%3Aheader/none.html', '', true)->getContent() ?>
Hello goto!
9300
<?php echo $this->esi->handle($this, 'http://ubook/~goto/symfony-sandbox/web/HelloBundle%3ACommon%3Afooter/none.html', '', true)->getContent() ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment