10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
|
- content_for :content do
|
||
|
.container
|
||
|
.row
|
||
|
.col-md-3
|
||
|
= render 'docs_topics', current_category: @current_category
|
||
|
.col-md-9
|
||
|
= yield
|
||
|
|
||
|
= render :template => 'layouts/application'
|