mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 06:32:11 +00:00
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
extends ../layout
|
|
block content
|
|
h1= workout.title
|
|
|
|
div!= workout.body
|
|
|
|
hr
|
|
|
|
p
|
|
span Workout ID:
|
|
|
|
a(href="/users/" + encodeURIComponent(workout._id))= workout._id
|
|
div= workout
|