git-subtree-dir: web/app/themes/badegg git-subtree-mainline:272b0f6525git-subtree-split:2b425fd2ea
13 lines
228 B
PHP
13 lines
228 B
PHP
{{--
|
|
Template Name: Custom Template
|
|
--}}
|
|
|
|
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
@while(have_posts()) @php(the_post())
|
|
@include('partials.page-header')
|
|
@include('partials.content-page')
|
|
@endwhile
|
|
@endsection
|