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

11 lines
234 B
Plaintext
Raw Normal View History

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