Pony.fm/app/views/playlists/show.blade.php

6 lines
141 B
PHP
Raw Normal View History

2013-07-28 19:45:21 +02:00
@extends('shared._app_layout')
@section('app_content')
<h1>A Playlist!</h1>
<p>This page should be what search engines see</p>
@endsection