asciinema.org/app/views/layouts/docs.html.slim

10 lines
209 B
Plaintext
Raw Normal View History

2013-11-18 11:17:05 +00:00
- content_for :content do
.container
.row
.col-md-3
= render 'docs_topics', current_category: @current_category
.col-md-9
= yield
= render :template => 'layouts/application'