tethys/resources/views/frontend/pages/index.blade.php
Arno Kaimbacher d9e295f039 - new frontend style
- GetRecord also with metadata
- no error during publishing
- more home views (etc. help, introduction)
- help image compressed (for web usage)
2020-06-10 21:09:23 +02:00

22 lines
491 B
PHP

@extends('layouts.app')
@section('content')
<section id="sitelinks" class="normal u-full-width">
<div class="container">
<div class="row">
<div class="twelve columns">
<h1>
{!! $page->title !!}
</h1>
<div>
<p>
{!! $page->description !!}
</p>
</div>
</div>
</div>
</div>
</section>
@endsection