asciinema.org/app/views/layouts/docs.html.slim
2013-11-22 23:31:18 +01:00

11 lines
234 B
Plaintext

- content_for :content do
- cache do
.container
.row
.col-md-3
= render 'docs_topics', current_category: @current_category
.col-md-9
= yield
= render :template => 'layouts/application'