Ro
1480da3d50
Archived previous version to switch codebase to Laravel framework for the sake of reducing complexity to lower the barrier for entry for potential contributers. Because easier is always better.
9 lines
147 B
PHP
9 lines
147 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'This is The Bad Space')
|
|
|
|
@section('main-content')
|
|
@parent
|
|
|
|
<p>This is where we start</p>
|
|
@endsection
|