wyyl/themes/black/home.blade.php

12 lines
150 B
PHP

@extends('layout.master')
@section('body-class', 'page-home')
@section('content')
黑色模板开始
{!! $html !!}
黑色模板结束
@endsection