2015-08-25 21:42:46 -04:00
|
|
|
!!! 5
|
|
|
|
%html{ lang: "en"}
|
|
|
|
= render 'layouts/ci/head'
|
|
|
|
%body{ :'data-page' => body_data_page }
|
|
|
|
= render 'layouts/ci/nav'
|
|
|
|
= render 'layouts/ci/info'
|
|
|
|
- if content_for?(:title)
|
|
|
|
.container.container-title
|
|
|
|
= yield(:title)
|
|
|
|
%hr
|
|
|
|
|
2015-09-10 10:37:04 -04:00
|
|
|
.container.container-body
|
|
|
|
.content
|
|
|
|
.row
|
|
|
|
.col-md-2.append-bottom-20
|
|
|
|
= render 'layouts/ci/nav_admin'
|
|
|
|
.col-md-10
|
|
|
|
= yield
|