2013-07-25 16:33:04 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
2013-09-01 05:46:26 -05:00
|
|
|
<title>Pony.fm</title>
|
2013-07-25 16:33:04 -05:00
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<base href="/" />
|
|
|
|
|
|
|
|
@yield('styles')
|
|
|
|
</head>
|
2013-08-31 21:28:45 -05:00
|
|
|
<body ng-app="ponyfm" ng-controller="application" class="{{Auth::check() ? 'is-logged' : ''}}">
|
2013-07-25 16:33:04 -05:00
|
|
|
@yield('content')
|
|
|
|
@yield('scripts')
|
|
|
|
</body>
|
|
|
|
</html>
|