Skip to content

Instantly share code, notes, and snippets.

@sergiomichels
Created November 22, 2012 12:58
Show Gist options
  • Select an option

  • Save sergiomichels/4131064 to your computer and use it in GitHub Desktop.

Select an option

Save sergiomichels/4131064 to your computer and use it in GitHub Desktop.
Layout test, resources script
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><g:layoutTitle default="Insoft4 UI Plugin"/></title>
<g:layoutHead/>
<r:layoutResources />
</head>
<body>
<g:layoutBody/>
<r:script disposition="defer">
alert('layout!');
</r:script>
<r:layoutResources />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment