A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

6 行
136B

  1. @extends('layout.default')
  2. @section('page')
  3. @include('partial.header')
  4. @yield('content')
  5. @include('partial.footer')
  6. @endsection