rvr-nextgen/views/tests/view_with_extends.php

6 lines
84 B
PHP
Raw Normal View History

2023-04-08 00:42:55 +02:00
@extends(parent)
@section(section1)
<div>Test HTML with @extends</div>
@endsection