Skip to content

Instantly share code, notes, and snippets.

@welkang
Created May 21, 2012 06:04
Show Gist options
  • Save welkang/2760701 to your computer and use it in GitHub Desktop.
Save welkang/2760701 to your computer and use it in GitHub Desktop.
HTML:layout
<html>
<head>
<title>{block name=title}Default Page Title{/block}</title>
<meta charset="utf-8" />
<link href="/style/global.css" rel="stylesheet" type="text/css"/>
<script src="/script/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="/script/global.js"></script>
{block name=head} {/block}
</head>
{block name=body} {/block}
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment