Skip to content

Instantly share code, notes, and snippets.

@jlberglund
Created January 28, 2014 07:47
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 jlberglund/8663674 to your computer and use it in GitHub Desktop.
Save jlberglund/8663674 to your computer and use it in GitHub Desktop.
This is an example of a GiftFold theme layout.
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset=utf-8>
<title>{{ page_title }}</title>
<link rel="shortcut icon" href="{{ 'favicon.ico' | asset_url }}" >
{% csrf %}
<meta name="robots" content="noindex, nofollow" />
<link href="{{ 'style.css' | asset_url }}" rel="stylesheet" media="screen" />
</head>
<body>
<section>
<h1>{{ page_title}}</h1>
{{ content_for_layout }}
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment