@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__wiki--show') @section('main')

{{ $wiki->name }}

@joypixels($wiki->getContentHtml())
@endsection @section('sidebar')

{{ __('common.info') }}

{{ __('common.created_at') }}
{{ __('torrent.updated_at') }}
@endsection