blessing-skin-server/resources/views/errors/404.tpl

10 lines
157 B
Smarty
Raw Normal View History

2016-07-21 22:01:57 +08:00
@extends('errors.general')
@section('title', '404 Not Found')
@section('content')
<h1>404 Not Found</h1>
<p>详细信息:{{ $message }}</p>
@endsection