mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
extends ../layout
|
|
//block additionalscripts
|
|
// script(src='/javascripts/workout.js')
|
|
|
|
block content
|
|
div#Leftpane
|
|
include ./sidebar
|
|
|
|
div#Rightpane
|
|
include ../workouts/recent
|
|
|