Files
sage/templates/page.blade.php
2016-12-06 15:24:15 -08:00

9 lines
192 B
PHP

@extends('layouts.base')
@section('content')
@while(have_posts()) @php the_post() @endphp
@include('partials.page-header')
@include('partials.content-page')
@endwhile
@endsection