You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/layouts/docs.html.slim

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'