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