mirror of
https://github.com/bodyrep/DemoApp.git
synced 2025-12-06 06:01:48 +00:00
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
extends ../layout
|
|
//block additionalscripts
|
|
// script(src='/javascripts/workout.js')
|
|
|
|
block content
|
|
div#SVG1(style="width: 500px; height: 400px;")
|
|
div#Leftpane
|
|
include ./sidebar
|
|
|
|
div#Rightpane
|
|
include ../workouts/recent
|
|
|