Skip to content

Instantly share code, notes, and snippets.

@serialseb
Last active January 20, 2016 18:10
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 serialseb/064b4bab7cf5ae70106a to your computer and use it in GitHub Desktop.
Save serialseb/064b4bab7cf5ae70106a to your computer and use it in GitHub Desktop.
master-templates
title layout
My post
post

Some content here

<html doctype="html">
<head>
<title>{{page.title}}</title>
</head>
<body>
<h1>{{page.title}}</h1>
{{content}}
<footer>{{footer}}</footer>
</body>
</html>
{% capture footer %}
This post is copyright 2016 Sebastien Lambla
{% endcapture %}
{% include _master.html %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment