@extends('_layouts.main')

@section('body')
    <article>
        <section>
            <h2>About</h2>
        </section>
        <section>
            <p>Hello World</p>
        </section>
    </article>
@endsection