Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Last active February 3, 2016 09:01
Show Gist options
  • Save ekandreas/923a87659b65ae123a9a to your computer and use it in GitHub Desktop.
Save ekandreas/923a87659b65ae123a9a to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ wp_title() }}</title>
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/cosmo/bootstrap.min.css" rel="stylesheet" />
{{ wp_head() }}
</head>
<body {{ body_class() }}>
<div class="main container">
@yield('main')
</div>
{{ wp_footer() }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment