--- layout: post title: "Test post" categories: --- ## okidoki Here is my page and it's awesome. ```js console.log('asasdasd'); ``` This is all ok ```ruby def show @widget = Widget(params[:id]) respond_to do |format| format.html # show.html.erb format.json { render json: @widget } end end ```