@extends('layouts.' . $template_name) @section('own-content') {{-- se incluye el contenedor sidebar y subheader --}} @include('shared.commons.container-sidebar-subheader', ['windows_side' => true, 'page_subheader' => true]) {{-- sections test --}} @include('shared.sections.comments_section') {{-- ./ --}} @stop @section('extra-head') @parent {{-- Html::style('css/comments.css', [], $isSSL) --}} {!! Html::style(app()->environment('production') ? mix('css/comments.css') : asset('css/comments.css'), [], $isSSL) !!} @endsection @section('extra-scripts') @parent {!! Html::script('js/starrr.js') !!} {!! Html::script('js/comments.js') !!} @stop