Skip to content

Instantly share code, notes, and snippets.

@adis-io
Created April 20, 2013 15:15
Show Gist options
  • Select an option

  • Save adis-io/5426304 to your computer and use it in GitHub Desktop.

Select an option

Save adis-io/5426304 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>{{ $title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ Asset::styles() }}
{{ Asset::scripts() }}
</head>
<body>
@include('nav')
<div class="container-fluid">
<div class="row span18">
{{ $content }}
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment