Skip to content

Instantly share code, notes, and snippets.

@tollmanz
Created April 28, 2013 21:22
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 tollmanz/5478469 to your computer and use it in GitHub Desktop.
Save tollmanz/5478469 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Post Title</title>
</head>
<body>
<header>
<esi:include src="http://my-url.com/rest-api/get/name/user-a" max-age="0" />
</header>
<article>
<h1>Post Title</h1>
<p>Post content</p>
</article>
<section class="sidebar">
</section>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment