@extends('layouts.master', ['view' => 'home'])
@section('editable_content')
@include('layouts.partials.home.header')
@include('layouts.partials.home.content')
@endsection
@section('extra-js')
{{--<script src="/js/jquery.touchSwipe.min.js"></script>--}}
{{--<script src="/js/referenceSlider.js"></script>--}}
@endsection