Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Last active February 3, 2016 09:00
Show Gist options
  • Save ekandreas/81b42e022b424bb5dabd to your computer and use it in GitHub Desktop.
Save ekandreas/81b42e022b424bb5dabd to your computer and use it in GitHub Desktop.
@extends('views.master')
@section('main')
<h1>{{ the_title() }}</h1>
@while( have_posts() )
{{ the_post() }}
<p>{{ the_content() }}</p>
@endwhile
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment