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