@extends('partials.master') @section('title') {{ Contest::title(trans('frontend.menu.concurso')) }} @stop @section('open-graph') @if ($status === 'teaser') @else @endif @if ($status === 'teaser') @else @endif @stop @section('master')
@include('partials.title', array('title' => trans('frontend.paredes')))
@if (Contest::inTeaser()) @include("editions.{$edition}.teaser.contest") @else @include("editions.{$edition}.contest") @endif
@include("editions.{$edition}.partners")
@stop