@extends('layouts.base')
@section('editable_content')
@include('layouts.partials.homeIntro')
@if( \Config::get('app.radepoActive'))
@include('layouts.partials.homeContentRadepo')
@include('layouts.partials.projectRow')
@else
@include('layouts.partials.homeContentIsolation')
@include('layouts.partials.projectIsolationRow')
@endif
@endsection